use constant PATTERN => qr/def/; if ($string =~ PATTERN) { ... } #### if ($string =~ /this@{[ PATTERN ]}that/) { ... }