Help for this page

Select Code to Download


  1. or download this
    $words = join '|' => @A;
    if (grep /\b(?:$words)\b/, @B) {
        # do this
    } else {
        # do that
    }