in reply to Problem with getting the correct arguments for my local Perl script

ww and Laurent_R have already given effective answers. I would only add that the use of Getopt::Long in your Perl scripts can further reduce possible errors on the command line by requiring named parameters thereby allowing you to take corrective action if they are not present.

You must always remember that the primary goal is to drain the swamp even when you are hip-deep in alligators.
  • Comment on Re: Problem with getting the correct arguments for my local Perl script