On 05 Jun 2001 12:28:01 -0700, Bob Mangold wrote:
<snip> 
> so then at the command line I type:
> perl test.pl -a help, -b me, -c please
> 
> i even tried:
> perl test.pl -a help -b me -c please
<snip>

type "chmod u+x test.pl"
then type "./test.pl"

The #!/usr/local/bin/perl tells the shell to launch perl for you

-- 
Today is Sweetmorn, the 10th day of Confusion in the YOLD 3167
Hail Eris!


Reply via email to