Help for this page
myscript.pl --name 'joe' val=0 --list 'a' 'b' 'c'
my $opts = GetOpts::HelpMeHere; $opts->{name}; # 'joe' $opts->{list}; # [ 'a', 'b', 'c' ]