Help for this page

Select Code to Download


  1. or download this
    if ( $CGI->param( "submit_answers" ) )
          {
               displayAnswers( $CGI ); #the name of your sub
    ...
    else {
               displayQuiz( $CGI );
    }