You can put all the parameters into a hash by using the param() method of the CGI module in list context. This returns you all the parameter names. Eg something like
my %hash = map { $_ => $cgi->param($_) } $cgi->param();
In reply to Re: Easy way to run tests on many CGI params?
by ncw
in thread Easy way to run tests on many CGI params?
by meonkeys
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |