Monday, April 23, 2007

Getopt::Long - uppercase/lowercase



To get Getopt::Long for Perl to not ignore the case of command line options, use:

Getopt::Long::Configure("no_ignore_case");