Help for this page

Select Code to Download


  1. or download this
        ( {map { $_ => 1 } @myTerms}->{"term"}
    
  2. or download this
        grep $_ eq "term",  @myTerms
    
  3. or download this
        grep /TE(.)M/i, @myTerms