in reply to Re: How can I have both short and long options with Getopt::Long?
in thread How can I have both short and long options with Getopt::Long?

Some more:

$ perl 3perl.pl --verbose 1 $ perl 3perl.pl --Verbose Unknown option: Verbose $ perl 3perl.pl --ver Unknown option: ver
  • Comment on Re^2: How can I have both short and long options with Getopt::Long?
  • Download Code