Hi,

This must be an FAQ, but being at an early stage, I don't even know where
FAQ's are located.

I want to test a Perl Script on a Mac, and then run it on a remote unix box.
It shall be called with arguments on the command line.

The script starts with:

#!/usr/local/bin/perl -w test1.pl
$in = $ARGV[0]; # expecting test1.pl
print $in, "\n";

result: # Use of uninitialized value.

What should I change ? Thanks. (Macperl 5.13r2)

Reply via email to