|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Re: Re: Re: Aharrr!by bunnyman (Hermit) |
| on Sep 18, 2003 at 10:13 UTC ( [id://292394]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
study and qr are not the same thing at all. qr compiles a regex string into the data structure that represents that regex in memory. study processes a string that a regex is going to process later. So the difference is that qr speeds up the regex on the right side of =~ and study speeds up the string on the left side.
In Section
Obfuscated Code
|
|
||||||||||||||||||||||||