Help for this page

Select Code to Download


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