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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re3: Getopt::Auto question
by Hofmator (Curate) on Feb 21, 2003 at 08:50 UTC | |
by talexb (Chancellor) on Feb 21, 2003 at 15:36 UTC |