print "< form method=POST action='$prompt'>\n"; print " < tr>\n"; foreach my $key (sort keys %{$cgi->{form}}) { print " < input type='hidden' name='$key' value='$cgi->{form}{$key}'>\n"; } *** the rest of the visible form ***