Help for this page
$text="I have a problem with pre-compiled regex"; @words=qw(have regex); ... print "Found $&\n"; } }
$text="I have a problem with pre-compiled regex"; @words=qw(qr/have/ qr/regex/); ... print "Found $&\n"; } }