Help for this page

Select Code to Download


  1. or download this
    find( { wanted => sub { blah blah } }, @dirs );
    
  2. or download this
    sub foo { blah blah }
    find( { wanted => \&foo }, @dirs );