Help for this page
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";