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


in reply to simplifying a CGI param request

my $cnt = 0; my %params; for (1 .. 25) { $cnt++; $params{"q$cnt"} = param("q$cnt"); }
Untested but this will either work or give you the right idea.


"Age is nothing more than an inaccurate number bestowed upon us at birth as just another means for others to judge and classify us"

sulfericacid