Hello all:
I want to use Compress::Zlib to deflate contents being sent to the client.
One way is using it's gzopen(<file or filehandle>, <mode>) call.
Is there a filehandle that represents the output stream to the client?
How do I get it?
I am writing my own mod_perl handler for Apache2 (mod_perl2.0 from svs)
Thanks in advance,
Leo