in reply to Re^3: getopts and -?in thread getopts and -?
GetOptions( d => \my $opt_d, h => \my $opt_h, l => \my $opt_l, ... ) or die "Failed to parse options"; [download]