in reply to
Select Box Options
You need to call param in list context:
my @userIDs = $query->param('users')
See the CGI
docs
for more info.
Comment on
Re: Select Box Options
Download
Code
In Section
Seekers of Perl Wisdom