http://www.perlmonks.org?node_id=1003103


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();

  • Comment on Re^2: My first perl script is working, what did I do wrong?