Help for this page
$re = "(?:$flags:$core)"; if($input =~ $re) { ... }
$re = "(?$flags:$core)"; if($input =~ $re) { ... }
$qr = qr/$re/;