On Wed, 10 Nov 1999, Ian Mahuron wrote:

> The code in HTML::Template may work.. though it seems that it would be very
> slow.

Actually, I like to think it's some pretty fast code...  Of course, that's
because it's only looking for <TMPL_*> tags, and it's allowing them to
break all kinds of HTML laws.  Thus, it's not really useable for "HTML
parseing" at all!

I think you need to give us a little more information about what you're
trying to do with the HTML.  My knee-jerk reaction is to say "You need
HTML parseing?  Use HTML::Parser!" but perhaps that's not what you
really need?

-sam

Reply via email to