X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlembed.pod;h=2d6b20dce01df2d0d9c1136523caf3c55ed8b886;hb=1a6071381913ad8fca476a56b6dbb62e5c99c1bd;hp=1a08a77390f453184f735f0aad51acf2f3eb99cc;hpb=d95b23b2631584416599fb5570272be851d76e05;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlembed.pod b/pod/perlembed.pod index 1a08a77..2d6b20d 100644 --- a/pod/perlembed.pod +++ b/pod/perlembed.pod @@ -161,8 +161,8 @@ you: If the B module isn't part of your Perl distribution, you can retrieve it from -http://www.perl.com/perl/CPAN/modules/by-module/ExtUtils/. (If -this documentation came from your Perl distribution, then you're +http://www.perl.com/perl/CPAN/modules/by-module/ExtUtils/ +(If this documentation came from your Perl distribution, then you're running 5.004 or better and you already have it.) The B kit on CPAN also contains all source code for @@ -792,7 +792,7 @@ Now compile: % cc -o persistent persistent.c `perl -MExtUtils::Embed -e ccopts -e ldopts` -Here's a example script file: +Here's an example script file: #test.pl my $string = "hello"; @@ -1050,7 +1050,7 @@ Christiansen, Guy Decoux, Hallvard Furuseth, Dov Grobgeld, and Ilya Zakharevich. Doug MacEachern has an article on embedding in Volume 1, Issue 4 of -The Perl Journal (http://tpj.com). Doug is also the developer of the +The Perl Journal ( http://www.tpj.com/ ). Doug is also the developer of the most widely-used Perl embedding: the mod_perl system (perl.apache.org), which embeds Perl in the Apache web server. Oracle, Binary Evolution, ActiveState, and Ben Sugars's nsapi_perl