Re: Buffer flushing issue

2006-11-27 Thread Perrin Harkins
Cafe Perl Account wrote: I'm trying to use $r->rlfush to flush the output on my CGI scripts, but some times i get the folowing error: "$r->rflush can't be called before the response phase at /html/perl/test.pl line 10" Are you calling it from something other than a PerlResponseHandler? - Per

Buffer flushing issue

2006-11-25 Thread Cafe Perl Account
Hi all. I'm trying to use $r->rlfush to flush the output on my CGI scripts, but some times i get the folowing error: "$r->rflush can't be called before the response phase at /html/perl/test.pl line 10" And worst: when this error happens, the script gets uploaded to the browser. Can anyone help