Help for this page
my $regex = 'PATTERN'; s/$regex/.../;
s/PATTERN/.../;
my $regex = qr/PATTERN/; s/$regex/.../;