http://qs1969.pair.com?node_id=248765


in reply to Re: using variables to get data from CGI.pm's param() function
in thread using variables to get data from CGI.pm's param() function

Let's guess:

foreach my $numbered_param ( grep /^prefix(\d+)/ , param() ) { # do something with $numbered_param }
?

If not P, what? Q maybe?
"Sidney Morgenbesser"