Re: [htmltmpl] regex compilation

2004-02-24 Thread Sam Tregar
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

Re: [htmltmpl] regex compilation

2004-02-24 Thread Timm Murray
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

[htmltmpl] regex compilation

2004-02-23 Thread Mathew Robertson
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