#!/bin/perl -w # lwk sse, acs-gs 11,2000 $url=$ENV{QUERY_STRING}; open (BANNER, "/data2/white_house/clinton1/menus/banner.html"); my $banner=join("",); close (BANNER); ### Print Response Page ################################################# print "Content-type: text/html\n\n"; print< Exit NARA Notice $banner

The link you just selected ( ) was once available from the White House Web Site during the Presidency of William Jefferson Clinton. This link has not been maintained because the web site is an historical record and is no longer being updated.

Although this link no longer works, it is possible that the content may still exist on the site that hosted the content at the time the link originally was made. Suggestion: type the address, shown in the link, into your browser's address window.

You'll be returned to your previous page in 15 seconds or click on the button below to return now.


National Archives and Records Administration
clinton.library\@nara.gov
ENDOFHTML ########################################################################## close STDOUT; open(LOG,">>exit.log"); print LOG "$ENV{HTTP_REFERER} -> $url\n"; close LOG; exit 0;