#!/usr/bin/perl # cgi script to add an entry to a survey # require("../../tracker/cgi-lib.pl") ; # &ReadParse(*in) ; # # input section ------- $q[0] = $in{'q1'} ; $q[1] = $in{'q2'} ; $q[2] = $in{'q3'} ; $q[3] = $in{'q4'} ; $q[4] = $in{'q5'} ; $nques = 5 ; $survey = "survey.dat" ; $home = "http://www.colby.edu/chemistry/OChem/CH242/Laboratory.html" ; # print "Content-type: text/html\n\n" ; print "