Help for this page

Select Code to Download


  1. or download this
    if ( grep $term =~ /^(.*)$term(.*)$/, @terms ) {
    #remove the value that $term matched from the array
    } # end-if
    
  2. or download this
    $_ =~ /^(.*)$term(.*)$/