in reply to Re: My first perl script is working, what did I do wrong?in thread My first perl script is working, what did I do wrong?
1 == @ARGV or die "One, and only one argument expected\n";
1 == @ARGV or die Usage();