in reply to Getopt::Long question

When you used this ordering of args on your command line:
scriptname --dir foo --year 2007 --delay 30
did you confirm that the "$delay" variable actually got the value "30"?

I'm guessing it might not have, because there might be something else happening to @ARGV before you make the call to GetOptions() -- like maybe something pops off the last arg?

Replies are listed 'Best First'.
Re^2: Getopt::Long question
by Cody Pendant (Prior) on Mar 03, 2009 at 05:22 UTC
    You're right! I see what's gone wrong now, and I feel appropriately stupid. It wasn't actually "scriptname args" that I was running, it was "scriptalias args" where scriptalias is a doskey alias to the script, which didn't pass on all the args. Mea Culpa.


    Nobody says perl looks like line-noise any more
    kids today don't know what line-noise IS ...