Hi!

According to FAQ https://metacpan.org/pod/distribution/Archive-Zip/lib/Archive/Zip/FAQ.pod


Archive::Zip can do it as long as any compressed members are compressed using Deflate compression.

If your archive compressed with another compression algorithm, you can use external programm and run it from perl script with system function, IPC::Open2 (or IPC::Open3) modules and so on.

On 5/22/18 5:34 PM, Mike Martin wrote:
Hi
Does anyone know if there is a perl solution to uncompressing zip archives created with pkzip?

I have tried Archive::Uncompress and IO::Archive and both fail with compression type 9 errors, apparently due to proprietary format

thanks
Mike

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to