|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re^5: CGI::Application... flushing output to browser?by Anonymous Monk |
| on May 05, 2012 at 09:20 UTC ( #969028=note: print w/ replies, xml ) | Need Help?? |
|
Hmm, regarding buffering/autoflush/$|=1, adding eval { Apache2::RequestUtil->request->rflush; }; before sleep works for me but according to the docs local $|=1 should have also worked, but I don't have the latest mod_perl2/apache2 here :/ Regarding the missing cookies, I fear you're right , the module definitely needs updating , bummer :(
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||