Help for this page

Select Code to Download


  1. or download this
     next unless $file =~ /\.t(?:ar\.)?gz\z/);
    # it should be
    next unless ($file =~ /\.t(?:ar\.)?gz\z/);
    
  2. or download this
    #!/usr/bin/perl -w
    $|++;
    ...
    }
    print "$i files expanded!\n";
    closedir LOCAL;