Help for this page

Select Code to Download


  1. or download this
    grep { grep { $_->text eq $search_text } $_->children  } @data;
    
  2. or download this
    grep { $_->text eq $search_text } map { $_->children } @data;