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


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

I have found one error with reading the bytes as the first parameter of the receive is where the actual data goes.
But I still think that I am not reading the full required set of bytes. What is the correct way to determine if there are more bytes to read ? Do I need to use select?