use Getopt::Long; my %opts; GetOptions( "verify=s" => \$opts{verify}, "x" => \$opts{x}, );