in reply to Need to retrieve data passed from dynamically created radio buttons.
foreach $name (@names) { next unless is_a_dynamic_item($name); # or whatever my $val = $query->param($name); # do stuff }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Need to retrieve data passed from dynamically created radio buttons.
by earthboundmisfit (Chaplain) on Sep 19, 2001 at 23:37 UTC |