Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    <input type ="checkbox" name ="wrestling" value= "jello" />jello<br />
    </form>
    </html>
    
  2. or download this
    #!/usr/bin/perl -w
    print "content-type:text/html\n\n";
    ...
    print "<input type ="checkbox" name ="wrestling" value= "jello" />jell
    +o<br />";
    print"</form>";
    print "</html>;"