Help for this page

Select Code to Download


  1. or download this
        my $who = param("firstname");
        my $who2 = param("lastname");
    ...
        my $choicesthirdquestion = param("ChoicesThirdQuestion");
        my $choicesfourthquestion = param("ChoicesFourthQuestion");
        my $choicesfifthquestion = param("ChoicesFifthQuestion");
    
  2. or download this
    my %cgi_data = Vars(); #Vars() is imported from CGI.pm