Help for this page
if ($s =~ /${\REGEX}/) {
my $re = REGEX; if ( $s =~ /$re/ ) {
my $REGEX = qr/cat/; #... if ( $s =~ /$REGEX/ ) {