> I am still very much the newbie, but to my untrained mind, > this completely blows away getopts. Getopt is a lot more flexible than the -s switch. I agree that -s is fine for basic stuff, but for more complicated command-line parsing (like switch bundling, or forcing a mandatory datatype), you need to use the Getopt module. -- Brett
- Getting options from the command line Craig Moynes/Markham/IBM
- Re: Getting options from the command line Paul
- Re: Getting options from the command line Brett W. McCoy
- Brett W. McCoy