$url = "http://www.website.com/test.shtml"; print "Location: ",$url "\n"; #### $file="/var/apache/htdocs/test.shtml"; open(FILE,"$file"); while(){ print $_; } exit;