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.