in reply to Re^4: Printing a stream to STDOUT under mod_perl
in thread Printing a stream to STDOUT under mod_perl

That probably works with Apache::PerlRun but it is broken with Apache::Registry. I don't know where the disconnect is. Archive::Zip::SimpleZip streaming to STDOUT gets lost.

Hi,

What if you use  my $z = Archive::Zip::SimpleZip->new(*STDOUT, Stream => 1 ); ?

Does print "\nhello\n" ; get printed to the client?