Help for this page

Select Code to Download


  1. or download this
    sub wanted {
       my ($spls) = @_;
    ...
       find(sub { wanted($spls) }, $seek_path);
       ...
    }
    
  2. or download this
    sub search {
       ...
    ...
       );
       ...
    }