use Getopt::Long; GetOptions( opta => \$opta, 'optb=s' => \$optb, '=s' => \%others, #here's the new thing. );