Help for this page
GetOptions( 't=s' => \ our $target, 'b=s' => \ our $buildtype, 'r=s' => \ @releases );
-r foo bar baz -b dog cat -t pony
use Getopt::Long; ... Buildtype: dog Releases: foo ARGV: bar baz cat