$ perl getopt.pl Verbose=1 Options[Verbose][0] $ perl getopt.pl -Verbose=1 Options[Verbose][1] $perl getopt.pl --Verbose=1 Options[Verbose][1]