#!c:/perl/bin/perl use Time::gmtime; ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime(); print << "EOF"; Content-Type: Text/html\n\n $sec EOF