- or download this
Getopt::Long::Configure ("bundling_values");
my $myOpt = 0;
...
$ test.pl -s1
bundling_values
1
- or download this
Getopt::Long::Configure ("bundling_values");
my $myOpt = 0;
...
$ test.pl -s1
bundling_values
1
- or download this
Getopt::Long::Configure ("bundling_values", "ignorecase_always");
my $myOpt = 0;
...
$ test.pl -s1
bundling_values, ignorecase_always
1