From: Jan Dubois Date: Wed, 28 Jul 1999 22:01:42 +0000 (+0200) Subject: win32/bin/pl2bat.pl doesn't work correctly X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a8c64e16189dfe2e24fc49985e599569616a0486;p=p5sagit%2Fp5-mst-13.2.git win32/bin/pl2bat.pl doesn't work correctly Message-ID: <37aa5f9b.12941448@smtp1.ibm.net> p4raw-id: //depot/perl@3829 --- diff --git a/win32/bin/pl2bat.pl b/win32/bin/pl2bat.pl index d3a9c0b..cdbac6f 100644 --- a/win32/bin/pl2bat.pl +++ b/win32/bin/pl2bat.pl @@ -251,16 +251,20 @@ be used. One approach is: - #!perl - while( ) { - last if /^__END__$/; - [...] - } - __END__ - lines of data - to be processed - __END__ - :endofperl + . #!perl + . while( ) { + . last if /^__END__$/; + . [...] + . } + . __END__ + . lines of data + . to be processed + . __END__ + . :endofperl + +The dots in the first column are only there to prevent F to interpret +the C<:endofperl> line in this documentation. Otherwise F itself +wouldn't work. See the previous item. :-) =item The batch file always "succeeds"