http://qs321.pair.com?node_id=798368


in reply to cgi buffering

Apache has own buffer. You can send spaces as workaround
print "Starting ...<br>\n"; for (my $i=0; $i < 10; $i++) { print $i, (' ' x 1024) , "<br>\n"; sleep 1; }