Help for this page

Select Code to Download


  1. or download this
      my $wanted_c = sub {
        print "wanted_c is working on $_\n";
        ... etc ...
      };
      File::Find::find({wanted => $wanted_c}, $tester);