in reply to Populating an array reference in a hash with with a regex

With the right tools, it's trivial:
use CGI qw(param); my @salesmen = param('salesman');
Always use CGI.pm for CGI, unless you have a very compelling counter-reason.

-- Randal L. Schwartz, Perl hacker