http://www.perlmonks.org?node_id=1010013


in reply to Re^2: reading zipped bzipped files!
in thread reading zipped bzipped files!

Excellent ++

I was trying to come up with a way which avoided reading the whole bzipped file but I am not familiar yet with these IO::Compress/Uncompress::* modules as most of my work is on servers running 5.8.x or older and I had only used Archive::Zip before. I will have to study.

Thank you for showing me this method :-)

Cheers,

JohnGG