I'm not sure how it works, but I think <> or \<\> is a RegEx reserved character for word matching. Aside from that, consider using [^<]* and [^>]* in place of .*
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/