I think there may be a better way to represent your data as HTML form widgets, but it's not coming to mind immediately.my %quantities = map { (my $name = $_) =~ s/^quantity//; $name => param($_); } grep { /^quantity/ } param(); ;
In reply to Re: CGI problem: trying to assign parameters in a loop
by chromatic
in thread CGI problem: trying to assign parameters in a loop
by bighara
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |