#!/usr/local/bin/perl #push(@INC,"cgi-bin"); require("cgi-lib.pl"); &ReadParse; if (($in{'location'} eq "Hornbake Library")) { print &PrintHeader; print "\n"; print "\n"; print "Error Message\n"; print "\n"; print "\n"; print "\n"; print "

An Error has Occurred

\n"; print "\n"; print "

You did not fill in all the fields. Please remedy this.

\n"; print "\n"; print "\n"; print "

you are getting the hang

\n"; exit; } print "Location: http://www.catt.ncsu.edu/users/bex/www/tutor/thanks.html\n\n";