- or download this
use Getopt::Long;
my $verbose='';
GetOptions ( 'verbose' => \$verbose );
- or download this
use Getopt::Long qw{:config no_ignore_case};
- or download this
use Getopt::Long qw{:config bundling no_ignore_case};
- or download this
Unknown option: e
Unknown option: r