in reply to $query->param question

sorry, what happens when more than more box is checked?

Replies are listed 'Best First'.
Re^2: $query->param question
by xorl (Deacon) on Jun 09, 2005 at 15:16 UTC
    @values = $query->param('foo')
    That will get all of the values checked.

    As stated below check out the CGI.pm docs.