Help for this page
<html> <head> ... <input type ="checkbox" name ="wrestling" value= "jello" />jello<br /> </form> </html>
#!/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>;"