Help for this page

Select Code to Download


  1. or download this
        my %findopts=(wanted=>sub{},follow => 1,
        dangling_symlinks => 
    ...
    find(\%findopts,
                @{$dirs}
        );
    
  2. or download this
         find(
        {wanted=>
    ...
                },follow=>0}, 
                @{$dirs}
        );