in reply to Build 1 zip from file and string with IO::Compress::Zip

The documentation for that module states:
The primary purpose of this module is to provide streaming write access to zip files and buffers. It is not a general-purpose file archiver. If that is what you want, check out Archive::Zip.

I believe that what you want is outside the scope of this module: if you want to create a zip archive with more than one file in it, you should be looking at Archive::Zip.

  • Comment on Re: Build 1 zip from file and string with IO::Compress::Zip