Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    sub handler {
        print "$File::Find::name\n";
    }
    
  2. or download this
    $File::Find::dont_use_nlink = 1;