in reply to Zip a variable?
in the documentation for Archive::ZipZip 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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Zip a variable?
by ecuguru (Monk) on Jan 13, 2006 at 10:55 UTC |