Help for this page

Select Code to Download


  1. or download this
      if (-f $_) {
        if (-s _ == 0) {
          print $File::Find::name, "\n";
        }
      }
    
  2. or download this
    my %usage;
    
    ...
    }
    
    find({wanted => \&wanted, postprocess => \&postprocess}, ...);