in reply to Re: constants in an RE
in thread constants in an RE
Note that (?{{ ... }}) turns off at least some regex optimizations, since the Perl compiler has (at least in the general case) no idea what the code will actually return. Whether this is a problem depends on what you are doing.
|
---|