in reply to Archive::Zip can only create zip-files in-memory, right? SOLVED

HURR? From the Pod: $zip->writeToFileNamed('someZip.zip').

Replies are listed 'Best First'.
Re^2: Archive::Zip can only create zip-files in-memory, right?
by isync (Hermit) on Jul 26, 2014 at 02:08 UTC
    I know.
    But from how it is presented in POD, it's just a "output to file" method: it's always last after constructor, adding members, etc. And from looking into the source, it's just that, not a getter/setter method. So it seems: Archive::Zip = only in-memory.