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