5 use Time
::HiRes
qw(sleep);
8 my $delay = $cgi->param('delay');
9 $delay = 5000 unless $delay;
11 # flush the buffers after each print
15 print "Content-Type: application/javascript\n";
16 print "Expires: Thu, 01 Dec 2003 16:00:00 GMT\n";
17 print "Cache-Control: no-store, no-cache, must-revalidate\n";
18 print "Pragma: no-cache\n";