From 1f98619cb62cbdba0c065a08db3a473f792b731c Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Wed, 26 Jun 2002 22:27:25 +0200 Subject: Subject: [DOC PATCH] DynaLoader.pm Date: Wed, 26 Jun 2002 20:27:25 +0200 Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl> Subject: [DOC PATCH] Base64.pm From: Elizabeth Mattijsen Date: Thu, 27 Jun 2002 00:54:10 +0200 Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl> p4raw-id: //depot/perl@17368 --- ext/DynaLoader/DynaLoader_pm.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext/DynaLoader') diff --git a/ext/DynaLoader/DynaLoader_pm.PL b/ext/DynaLoader/DynaLoader_pm.PL index f442579d29..2bed9915e6 100644 --- a/ext/DynaLoader/DynaLoader_pm.PL +++ b/ext/DynaLoader/DynaLoader_pm.PL @@ -544,7 +544,9 @@ useless for accessing non-Perl libraries because it provides almost no Perl-to-C 'glue'. There is, for example, no mechanism for calling a C library function or supplying arguments. A C::DynaLib module is available from CPAN sites which performs that function for some -common system types. +common system types. And since the year 2000, there's also Inline::C, +a module that allows you to write Perl subroutines in C. Also available +from your local CPAN site. DynaLoader Interface Summary -- cgit v1.2.1