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.
|
|---|