#!/usr/local/bin/perl # This is just a cgi generated HTML submission form. You can do the same # thing with HTML, but for the sake of distribution, I am doing it this way # so that all the files can remain together. # The only thing tricky about the FORM which you use as your user # interface is that each radio multiple choice button series must have NAME # argumnets corresponding to the first field in the answers database. # Also, the VALUE must correspond exactly to the corresponding field in the # answers database. # First print out the HTTP headcer, then print out the form print "Content-type: text/html\n\n"; print qq!