#!/usr/bin/perl -wT

print "Content-type: text/plain\n";
print "\n";
print time();
