# put all the form data into a hash my %FORM = (); foreach my $i (param()) { $FORM{$i} = param($i); } [download]