Re: Prematch and postmatch regex vars and performance

2003-12-19 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hi all, I'm researching some performance problems with one of our Web sites and stumbled across some legacy code that's getting pulled into our system. This code uses $` and $' variables with regular expression matches. From the perlre docs (emphasis mine): WARNING: Once P

Prematch and postmatch regex vars and performance

2003-12-19 Thread publiustemp-modperllist
Hi all, I'm researching some performance problems with one of our Web sites and stumbled across some legacy code that's getting pulled into our system. This code uses $` and $' variables with regular expression matches. >From the perlre docs (emphasis mine): WARNING: Once Perl sees that you need