use CGI qw(:standard); use CGI::Carp qw(fatalsToBrowser); use sigtrap qw(handler croak normal-signals error-signals); $|=1; print &header; for (1..60) { # Comment the next line, and see the difference! print "$_
\n"; sleep(1); }