use CGI; # load CGI routines
my $query = CGI->new; # create new CGI object
my @ch1 = $query->param( 'ch1' ); # get contents of field ch1 as an array
et voilà.
Cheers, Sören
In reply to Re: sending values from checkboxes to another script
by Happy-the-monk
in thread sending values from checkboxes to another script
by nejcPirc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |