in reply to Re: $query->param question
in thread $query->param question

@values = $query->param('foo')
That will get all of the values checked.

As stated below check out the CGI.pm docs.