Help for this page

Select Code to Download


  1. or download this
    find(
       \&some_subroutine,
       @directories_to_search,
    );
    
  2. or download this
    find(
       {
    ...
       },
       @directories_to_search,
    );