in reply to
HTML Parsing
To find/remove/modify existing HTML tags, I would recommend
Parse::RecDescent
, by Damian Conway. It does some deep voodoo, but is very powerful, more powerful than any regex could ever be.
--
Brian
Comment on
Re: HTML Parsing
In Section
Seekers of Perl Wisdom