#! /usr/local/bin/perl # # # Set base to the White House Web Site host name # $HOST = "www2.eop.gov"; #$HOST = "www.whitehouse.gov"; # # Set the file to the exact path and file name of the home page # $FILE = "/WH/html/briefroom.html#fsbr"; # # Send the home page to the browser # print "Location: http://$HOST$FILE\n\n"; #print "Content-type: text/plain\n\n"; exit;