if ($string eq m/(this|or_this|or_that)/i) { #### if ($string eq "this" || $string eq "or_this" || $string eq "or_that") {