in reply to Requiring option values in Getopt::Long
What I want is for Getopt::Long to exit if it gives this message
GetOptions( "test=s" => \$option_test ) or exit; [download]