in reply to Multi file stream with IO::Compress::Zip
# Possibly, need to set binmode... $zip->newStream(name=>"SomeFileName.txt" ); # in a loop .. write data using: $zip->write $data, $length, $offset; # Then finally $zip->close; # Or do newStream for some other file name..
"You're only given one little spark of madness. You mustn't lose it." - Robin Williams
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Multi file stream with IO::Compress::Zip
by Rodster001 (Pilgrim) on Sep 17, 2014 at 05:06 UTC | |
by pmqs (Friar) on Sep 17, 2014 at 09:40 UTC | |
by Rodster001 (Pilgrim) on Sep 17, 2014 at 16:36 UTC |