Re: Getopt::Std and warnings

2007-12-14 Thread reader
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.

Re: Getopt::Std and warnings

2007-12-14 Thread John W . Krahn
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::Std and warnings

2007-12-14 Thread reader
I want a warning message without having to do special coding with Getopt::Std. I'd like for options passed to getops() with the (:) colon to give a warning message or even possibly die (Haven't decided that yet) if no argument accompanies them. But first: The Getopt::Std documentation doesn't s