Help for this page

Select Code to Download


  1. or download this
    find($obj->found,$directory);
    ### in the object package:
    sub found
    ...
       print $File::Find::dir."\n";
       print "--------------------------\n";
    }
    
  2. or download this
    sub wanted
    {
    ...
    
       $borg->found(@file_info);
    }