in reply to Re^2: compressing files
in thread compressing files

There aren't that many cases where Archive::Tar actually is better than using the tar program. Archive::Tar builds the whole archive in memory, which can become quite scarce. Also, it creates POSIX style tar files unnecessarily and by default, leading to compatibility problems particularly with WinZip.