Help for this page

Select Code to Download


  1. or download this
    #!/perl/bin/perl
    
    ...
      push @big_old_files, $_
        if (-s) > 100_000 and -A _ > 90; # More efficient than before
    }
    
  2. or download this
    #!/perl/bin/perl
    
    ...
          print _;
       }
    }