On Tue, 24 Feb 2004, Mathew Robertson wrote:
> Has this technique been investigated for use in H::T ? Likewise has
> the use of 'o' modifier (as in s///o) been considered?
//o and qr// are only effective on regexes which include variables
($foo and @foo). Otherwise Perl automatically does what
At 02:35 PM 2/24/04 +1100, Mathew Robertson wrote:
Hi H::T users,
Just a little while ago, I released a 'H::T filters module'. One
suggestion was that I use qr// to pre-compile the regular expressions.
Has this technique been investigated for use in H::T ?Likewise has the
use of 'o' modif
Hi H::T users,
Just a little while ago, I released a 'H::T
filters module'. One suggestion was that I use qr// to pre-compile the
regular expressions.
Has this technique been investigated for use in
H::T ?Likewise has the use of 'o' modifier (as
in s///o) been considered?
Mathew