#! /perl/bin/perl -w use strict; use CGI; my $q = new CGI; print $q->header(-nph=>1); print "<html><body>"; for my $i (1..5) { my $data = "<br>Line $i"; sleep 1; print $data; } print "</body></html>";
In reply to Re: Re: (OT?) Output buffering w/Apache
by bastard
in thread (OT?) Output buffering w/Apache
by voyager
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |