#!/usr/bin/perl #Address to this script. $thisscript = "http://www.unm.edu/~popejoy/login.cgi" #Page that the users should be sent to when they put in the correct #password. $forward="http://www.unm.edu/~popejoy/protected/techspecs2005.pdf"; #Name of the page that you are logging into $pagename ="TechSpecs2005"; #Password required to login. $pass = "pooba";