Help for this page

Select Code to Download


  1. or download this
      ... 
      push @files, grep { -f  and  -s $_ >= $min_size  and  -s $_ <= $max_
    +size }
                   read_dir( $d, prefix => 1 );
      ...
    
  2. or download this
    ...} # loop
    
    my $c = @directories;
    ...