Avox has asked for the wisdom of the Perl Monks concerning the following question:
If not, any ideas? Note: JavaScript is out of the question for data validation.my $name = ""; for(my $num = 1; $num < 5; $num++){ $name = "Name".$num; print param($name); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using variables to get data from CGI.pm's param() function
by The Mad Hatter (Priest) on Apr 07, 2003 at 20:39 UTC | |
|
Re: using variables to get data from CGI.pm's param() function
by Avox (Sexton) on Apr 07, 2003 at 20:39 UTC | |
by graff (Chancellor) on Apr 07, 2003 at 21:44 UTC | |
by Avox (Sexton) on Apr 08, 2003 at 14:45 UTC | |
by arturo (Vicar) on Apr 07, 2003 at 23:52 UTC |