#! perl # # just about the simplest CGI script you can think of # print "Content-type: text/plain\n\n"; print "I am.\n";