in reply to
LWP::UserAgent interaction w/ Archive::Zip
You should be able to
tie
the data to a filehandle with IO::Scalar then pass that FH to Archive::Zip. See
How do I treat a string like a filehandle?
for more information.
Comment on
Re: LWP::UserAgent interaction w/ Archive::Zip
In Section
Seekers of Perl Wisdom