Next | Regular Expression Mastery | 52 |
$` $& $'
If your program never uses these, Perl doesn't bother to maintain them at run time
Result: All regexes get faster
If you use them anywhere, you lose this speed benefit
Avoid them
Never use them in a module
Don't use English
Next | Copyright © 2002 M. J. Dominus |