Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl -wT
    use CGI qw(:standard);
    ...
    <input type="reset" value="Clear">
    </form>
    EndHTML
    
  2. or download this
    #! /usr/bin/perl -wT  
    use CGI qw(:standard);
    ...
    print "\n";
    print qq(<a HREF="$qweb?"input type = hidden"
    totalQuestions=0&answeredCorrectly=0">Start over with a clean slate</a
    +>\n);