Help for this page

Select Code to Download


  1. or download this
    <div id="h3">
      <h1> Little quiz  </h1>
    ...
      <input type="radio" name="grp3" value="Incorrect">No<br/>
      <input type="submit" value="Submit">
    </form>
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
      print p("Question $n is ".param('grp'.$n));
    }
    print end_html;