Help for this page
use Getopt::Long qw( :config bundling noignorecase passthrough ); GetOptions ( "help|?" => sub { usage 0; }, ... "A|all!" => \my $opt_a, "N|no-pfx!" => \my $opt_N, ) or usage 1;