#!/usr/local/bin/perl push(@INC,"~/../pub/public_html"); require("cgi-lib.pl"); &ReadParse; if (($in{'name'} eq "Hornbake Library")) { print "

you are getting the hang

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