Help for this page
if ($x && $s =~ /(abc|def)/)
if ($x && index($s, "abc") >= 0 || index($s, "def") >= 0)