Help for this page
Select Code to Download
Select
or
download this
sub foo { $y =~ /$x/o; }
Select
or
download this
BEGIN { my $re; sub foo { ... $y =~ $re; } }