Help for this page
use Archive::Tar; ... for my $file ( @files ) { $tar->extract_file( $file ); # this method works on A::T::F objec +ts }