in reply to Re: Testing <> for undefined
in thread Testing <> for undefined
my $file = $ARGV[0] ? $ARGV[0] : die "USAGE: prog.pl file_pathname\n"; open(FILE,"$file") or die "Unable to open file $file\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Testing <> for undefined
by Roy Johnson (Monsignor) on Jul 08, 2004 at 16:57 UTC |