in reply to Build 1 zip from file and string with IO::Compress::Zip
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.
|
|---|