#!/usr/bin/perl use CGI; $| = 1; print "Content-Type: text/html\r\n\r\n"; print "Sleeping for 3 seconds
\n"; sleep 3; print "Wide Awake Now.
\n";