Re: [MacPerl-WebCGI] need help with My first perl program
[email protected] (Bill Becker) Fri, 23 Aug 2002 12:59:49 -0700
| Newsgroups | perl.macperl.webcgi |
|---|---|
| Message-ID | <p05111600b98c4416b5f4@[66.81.67.29]> |
At 21:45 +0200 08/23/2002, Detlef Lindenthal wrote: > >A statement > . test.pl >means: The lines of the file "test.pl" >are interpreted as UNIX statements. >But UNIX won't understand Perl statements. > Yes it will, because the first line of his script is the hash-bang/path of the perl interpreter. In general, this will work with nearly any unix. Even the OS/390 USS understands it.