#!/usr/local/bin/perl #Change this path! $COMMENT_FILE = "/home/boutell/comments.txt"; require "cgi-lib.pl"; print "Content-type: text/html\n\n"; print "\n"; print "
\n"; #Parse the form arguments. Indicate that we want #the results to appear in "values". &ReadParse(*values); #Use the information #If any field is missing, complain! if ((! $values{"name"}) || (! $values{"email"}) || (! $values{"comments"})) { print "