Help for this page

Select Code to Download


  1. or download this
    sub wanted {
        /^\.nfs.*$/ &&
    ...
        $dev < 0 &&
        ($File::Find::prune = 1);
    }
    
  2. or download this
    sub wanted {
      -l && !-e && print "bogus link: $File::Find::name\n";
    }