Next | Perl Regex Engine | 12 |
With use re 'eval' in scope, interpolated (?{...}) is OK
How does this work?
Typical implementation: At compile time a flag is set in the regex structure
At run time, the checking is skipped if the flag is set
The typical implentation is not the actual implementation
Next | Copyright © 2001 M. J. Dominus |