#!/usr/local/bin/perl # guestbook.cgi # the first line of this script may have to be changed # if your system's Perl interpreter is not located in /usr/bin/perl # Written by P. Lutus Ashland, Oregon lutusp@arachnoid.com -- July 30, 1997 # This script reads a web page form output and creates a guest book entry # the field names are (in order, case-sensitive): # name, email, homepage, pagename, reference, other, message # this program currently requires name and email to have nonblank entries. # call this program from a Web page form like this: #