in reply to
Re: Double zipped files
in thread
Double zipped files
I agree with
talexb
. I recently used
Archive::Zip
to pull files out out of a ZIP file into memory. I don't see why you can't unzip a (zip) file into memory, then hand that memory stored file back to Archive::Zip to further unzip.
Cheers,
Brent
-- Yeah, I'm a
Delt
.
Comment on
Re^2: Double zipped files
In Section
Seekers of Perl Wisdom