in reply to
Retrieving a file on the web (NOT so easy)
An easy way to deal with this is to use
Compress::Zlib
, and either its memGunzip() or its gzopen()/gzread() etc. functions.
Comment on
Re: Retrieving a file on the web (NOT so easy)
In Section
Seekers of Perl Wisdom