in reply to Re: Easy CGI Questionin thread Easy CGI Question
foreach my $n ($query->param) { $param{$n} = $query->param($n); } [download]