Help for this page

Select Code to Download


  1. or download this
    find(sub { $obj->found }, $directory);
    
  2. or download this
    find(sub { unshift @_,$obj; goto &{$obj->can('found')} }, $directory);