in reply to
Re^2: Replace only unescaped metachars
in thread
Replace only unescaped metachars
You might be thinking of
eval EXPR
(
/ee
) when you mentioned efficiency.
/e
doesn't cause any code to be compiled at run-time.
Comment on
Re^3: Replace only unescaped metachars
Select
or
Download
Code
In Section
Seekers of Perl Wisdom