#! /usr/local/bin/perl

print "Location: http://www.ai.mit.edu/";
print "\n\n";
print "Untyped CGI output\n";
print "Here's more --- with an anchor to the real location:\n";
print "<a href=\"http://www.ai.mit.edu/\">stuff stuff stuff</a>\n";
