in reply to Perl cgi - getting the values from select
You'll need to do something like:
my $q = CGI->new; my @selections = $q->param('copy1');
Regards,
PN5
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl cgi - getting the values from select
by kiat (Vicar) on Aug 07, 2004 at 04:51 UTC | |
by Prior Nacre V (Hermit) on Aug 07, 2004 at 05:26 UTC |