in reply to Re: a Perl question
in thread a Perl question

You seem to have CGI.pm and that old decrepit cgi-lib.pl confused.

CGI.pm is just fine with multiple checkboxes:

@selections = param("state");
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.

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
RE: RE: Re: a Perl question
by Jouke (Curate) on Aug 29, 2000 at 16:06 UTC
    I'm begging for your absolution :-|

    Jouke Visser, Perl 'Adept'
        ;-))))))))