#!/usr/bin/perl # print CGI header print "Content-Type: text/html\n\n"; # now print the time print "
", $time = (localtime), "