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 //o requests and doesn't re-compile the regex after the first time. -sam ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users
