CGI.pm is just fine with multiple checkboxes:
In a scalar context, param returns the first selection it sees. In a list context, it returns the entire list of selections. At no time does anything come back with a NUL separator.@selections = param("state");
-- Randal L. Schwartz, Perl hacker
In reply to RE: Re: a Perl question
by merlyn
in thread a Perl question
by 2perl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |