Assuming the scriptname is called file_parse.pl, and you're trying to pass it single file only:
Trekif ($#ARGV != 0) { print "Usage: file_parse.pl [filename] \n"; exit(1); }
In reply to Re: Testing <> for undefined
by TrekNoid
in thread Testing <> for undefined
by kayak9630
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |