in reply to Re^2: differences between parsing qr, qq, and q string contents
in thread differences between parsing qr, qq, and q string contents
So, it's ok to pay a price each and every time code is compiled, just so *debugging* during development may become easier? It also means you're paying the price if you do know your patterns, and write them correct the first time.
It's a very small price to pay.
And it's not a price at all if you're using mod_perl and so compile time is not a consideration.
And if it is a price, then just change your qr{}'s to qq{}'s and done.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: differences between parsing qr, qq, and q string contents
by JavaFan (Canon) on May 02, 2011 at 09:16 UTC |