http://qs321.pair.com?node_id=292394


in reply to Re: Re: Aharrr!
in thread Aharrr!

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.