Help for this page

Select Code to Download


  1. or download this
    # put all the form data into a hash
    my %FORM = ();
    foreach my $i (param()) {
       $FORM{$i} = param($i);
    }