in reply to Zip a variable?

Hi,
I found this:
Zip contents in a scalar ^ Q: I want to read a Zip file from (or write one to) a scalar variable +instead of a file. How can I do this? A: Use IO::Scalar and the readFromFileHandle() and writeToFileHandle() + methods. See examples/readScalar.pl and examples/writeScalar.pl.
in the documentation for Archive::Zip
Is this what you are after?
Regards,
svenXY

Replies are listed 'Best First'.
Re^2: Zip a variable?
by ecuguru (Monk) on Jan 13, 2006 at 10:55 UTC
    Yes, and much appreciated. I tried to search the help forums for the wrong wording, found it, then tried to reap this request. Thanks!