in reply to Using Archive::Zip reading from IO::String results in a seek error
Does this look like a bug in Archive::Zip or am I doing something wrong?
Sounds like you're reusing an IO::String that has been closed
Use open my($fh), '<', \$string
OTOH, IO::String has been obsolete since perl5.8
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Using Archive::Zip reading from IO::String results in a seek error
by Pickwick (Beadle) on Aug 18, 2013 at 08:38 UTC |