in reply to Re: Getting response from a formin thread Getting response from a form
So you should just use
for my $param ($q->param) { print $param, " => ", $q->param($param), "\n"; } [download]