Help for this page

Select Code to Download


  1. or download this
    @list = <*.tar>;
    
  2. or download this
    foreach $file (@list) {
        use Archive::Tar;
    ...
        $tar->extract();
        
    }