The name doesn't need to change (...) param method, it will return a list of each row you added
Demonstration:
> perl -MCGI=param -E ' say "student=$_" for param("student"); ' student=foo student=bar student=baz student=foo student=bar student=baz >
Note that this is similar to space_monk's functional style example below.
In reply to Re^2: How to access an unknown number of CGI variables in a CGI script
by muba
in thread How to access an unknown number of CGI variables in a CGI script
by prautt
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |