Not everybody has env
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 13 Jul 2006 08:46:30 +0000 (08:46 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 13 Jul 2006 08:46:30 +0000 (08:46 +0000)
p4raw-id: //depot/perl@28564

pod/perlintro.pod

index 04e1568..201ebea 100644 (file)
@@ -54,6 +54,9 @@ Alternatively, put this as the first line of your script:
 ... 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>.