Help for this page
;# getopts.pl - a better getopt.pl # ... sub Getopts { ...
$result = GetOptions ( "all" => \$opt_a, "force" => \$opt_f, ... "number=i" => \$opt_n, "backup=s" => \$opt_b );