in reply to Re^2: How to read multiple files from multiple zip archive.
in thread How to read multiple files from multiple zip archive.

Hi Mjpaddy,

So what code have you tried?

For getting a list of files, glob may be helpful. And the Archive::Zip documentation says: "One can use Archive::Zip::MemberRead to read the zip file archive members as if they were files."

Regards,
-- Hauke D

  • Comment on Re^3: How to read multiple files from multiple zip archive.