X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlutil.pod;h=453248d2497ceb6b4cb3a76afe6df1e99ced4817;hb=4948b50f6c618b295b44b4f36de1f0f157db591b;hp=7d4c71266b9abe84fb63dcb5f22225e3b98c084e;hpb=634d76cdaead2a5b98de17ddc136c66a3cb4bf65;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlutil.pod b/pod/perlutil.pod index 7d4c712..453248d 100644 --- a/pod/perlutil.pod +++ b/pod/perlutil.pod @@ -89,7 +89,7 @@ on the simple F script C<{print $2}> will produce a Perl program based around this code: while (<>) { - ($Fld1,$Fld2) = split(/[:\n]/, $_, 9999); + ($Fld1,$Fld2) = split(/[:\n]/, $_, -1); print $Fld2; } @@ -164,6 +164,12 @@ itself or any of the standard library modules back to the developers; please read through the documentation for F thoroughly before using it to submit a bug report. +=item L + +This program provides an easy way to send a thank-you message back to the +authors and maintainers of perl. It's just F installed under +another name. + =item L Back before Perl had the XS system for connecting with C libraries, @@ -212,7 +218,7 @@ for more information. =item L -F is a command-line interface to the test-running functionality of +F is a command-line interface to the test-running functionality of F. It's an alternative to C. =item L