From: Rafael Garcia-Suarez Date: Thu, 13 Jul 2006 08:46:30 +0000 (+0000) Subject: Not everybody has env X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=51370f994fa2a68d90998bb11cbc8cac0e73cad2;p=p5sagit%2Fp5-mst-13.2.git Not everybody has env p4raw-id: //depot/perl@28564 --- diff --git a/pod/perlintro.pod b/pod/perlintro.pod index 04e1568..201ebea 100644 --- a/pod/perlintro.pod +++ b/pod/perlintro.pod @@ -54,6 +54,9 @@ Alternatively, put this as the first line of your script: ... and run the script as C. Of course, it'll need to be executable first, so C (under Unix). +(This start line assumes you have the B 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.