Change 28564 by [EMAIL PROTECTED] on 2006/07/13 08:46:30

        Not everybody has env

Affected files ...

... //depot/perl/pod/perlintro.pod#14 edit

Differences ...

==== //depot/perl/pod/perlintro.pod#14 (text) ====
Index: perl/pod/perlintro.pod
--- perl/pod/perlintro.pod#13~28561~    2006-07-13 01:04:44.000000000 -0700
+++ perl/pod/perlintro.pod      2006-07-13 01:46:30.000000000 -0700
@@ -54,6 +54,9 @@
 ... and run the script as C</path/to/script.pl>.  Of course, it'll need
 to be executable first, so C<chmod 755 script.pl> (under Unix).
 
+(This start line assumes you have the B<env> program. You can also put
+directly the path to your perl executable, like in C<#!/usr/bin/perl>).
+
 For more information, including instructions for other platforms such as
 Windows and Mac OS, read L<perlrun>.
 
End of Patch.

Reply via email to