if ($text =~ /\Q$stub/) { # Do something } #### if (index($text, $stub) >= 0) { # Do something }