in reply to Re: Getopt::Auto question
in thread Getopt::Auto question

Yes, I got that part, but the functionality that I wanted Getopt::Auto to handle was setting $main::options{'v'} to 1 when I passed '-v' as one of the run-time arguments. That part of it doesn't seem to be happening.

I kind of hate to write my own argument parsing code, but I may just have to bite the bullet and do it. Or peruse Simon's code and see what's happening inside.

--t. alex
Life is short: get busy!

Replies are listed 'Best First'.
Re3: Getopt::Auto question
by Hofmator (Curate) on Feb 21, 2003 at 08:50 UTC

      Good question .. my co-worker isn't keen on those three modules but wanted to try Getopt::Auto instead. I'm trying to get it running, trying just the examples in the man page. When those don't work, I figure I've missed something fundamental -- hence, my post.

      --t. alex
      Life is short: get busy!