From 51370f994fa2a68d90998bb11cbc8cac0e73cad2 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 13 Jul 2006 08:46:30 +0000 Subject: Not everybody has env p4raw-id: //depot/perl@28564 --- pod/perlintro.pod | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pod/perlintro.pod') diff --git a/pod/perlintro.pod b/pod/perlintro.pod index 04e15686a1..201ebea891 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. -- cgit v1.2.1