Help for this page

Select Code to Download


  1. or download this
    use Getopt::Long;
    my $configfile;
    ...
     'config=s' => \my $dummy, #<<<< this belongs to 1st phase but is stil
    +l in cmdline (@ARGV)
     '--max-value=i' => \$confighash->{'a'}->{'b'}->{'max-value'},
    ) or die "error cmd line params";