our %opt_hash; #can't use my use Getopt::Declare; my $spec = q{ : Name/Value pair { $::opt_hash{$name} = $value; } [repeatable] }; # untested