in reply to Re: Archive::Zip can only create zip-files in-memory, right?
in thread Archive::Zip can only create zip-files in-memory, right? SOLVED
Right, but that applies to having a source zip to start from, changes/appended zip members then reside in memory, until you write back out to a file. Building a file from scratch means all members remain in memory until flushing to file.