http://www.perlmonks.org?node_id=764079


in reply to Re: Reading a GZIP network stream
in thread Reading a GZIP network stream

I have found out now that I need to use inflate instead of gzip.
I would like to use IO::Uncompress::Inflate , but I do not manage to get it working with sockets and not with files.