Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
If I have the following code snippet
and$q->checkbox_group(-name=>'avmetrics', -values=> [ keys %labels1 ], -labels=> \%labels1, -columns=> 1);
@args=$query->param('avmetrics');
gives me what the user selected, is there a way for my program to see the labels for what the user selected?
gratci -Anonymous
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cgi input
by jZed (Prior) on Nov 04, 2003 at 16:46 UTC | |
by Anonymous Monk on Nov 04, 2003 at 17:39 UTC | |
|
Re: cgi input
by hardburn (Abbot) on Nov 04, 2003 at 16:44 UTC | |
by merlyn (Sage) on Nov 04, 2003 at 16:54 UTC | |
by jZed (Prior) on Nov 04, 2003 at 17:00 UTC | |
by jeffa (Bishop) on Nov 04, 2003 at 19:09 UTC |