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


in reply to reading zipped bzipped files!

If $zip is an Archive::Zip object, you can get at the unzipped content with the ->contents method. You then pass whatever you get from that method to UnCompress::Bzip2.