http://qs321.pair.com?node_id=578539

cengineer has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I would like to use Compress::Bzip2 and Archive::Tar on a directory of .tar.bz2 files to extract the contents. I am able to use Compress::Bzip2 to uncompress the files, but I am unable to then use Archive::Tar to extract the files after by using the uncompressed tar data that is in a variable. Is this possible to do this without having to first write the uncompressed tar data to a file and then read that in using Archive::Tar? Thank you