find( \&some_subroutine, @directories_to_search, ); #### find( { wanted => \&some_subroutine, other_option => 'other_option_value', # ... }, @directories_to_search, );