in reply to Getopt::Long result issue
"Required" in the Getopt::Long docs means that a value is required, not that the option's use is required. If you want that, call die 'Foo requires blah be specified' unless defined $blah; after the GetOptions call. GetOptions returns undefined if options are misused or unknown options are given.
After Compline,
Zaxo
|
|---|