Help for this page
find( { wanted => sub { blah blah } }, @dirs );
sub foo { blah blah } find( { wanted => \&foo }, @dirs );