#!/usr/bin/perl

print "Content-type: text/html\n\n";
print scalar(localtime(time)), "\n";
exit;