in reply to Re: Using Archive::Zip reading from IO::String results in a seek error
in thread Using Archive::Zip reading from IO::String results in a seek error

Sounds like you're reusing an IO::String that has been closed

Of course I do, that's what I already know and have written. ;-) The problem is that Archive::Zip::read is closing the handle and I would like to know if this is a bug or not. It looks like a bug to me, read should only close handles it opened itself.

  • Comment on Re^2: Using Archive::Zip reading from IO::String results in a seek error