Help for this page

Select Code to Download


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