John W.Krahn <[EMAIL PROTECTED]> writes: > On Friday 14 December 2007 09:09, [EMAIL PROTECTED] wrote: >> >> I want a warning message without having to do special coding with >> Getopt::Std. > > Getopt is one of those itches that a lot of people have felt like > scratching: > > http://search.cpan.org/search?query=getopt&mode=module > > If Getopt::Std or Getopt::Long do not fill the bill then perhaps one of > the fifty or sixty other Getopt modules will do what you want.
Egad, I had no idea... never occured to me to look for more getopts stuff than Std and Long. Looks like `Getopt::Easy' might merit trying. Says it has quite a few ways to make it output errors or warnings.. The only drawback, just from reading the synopsis, appears to be that few of the letters are spoken for, depending on what Getopt::Easy you set. But with 46 or so others ... I think I might be able to work around that limitation... hehe. Do you have one you like? Or some other way to accomplish that kind of while/case setup? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/