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