in reply to Re: Using HTML::Parser to edit files in place
in thread Using HTML::Parser to edit files in place

This is starting in the right direction, but it breaks on unbalanced-but-legal TD tags. (And you guys all wonder why XML always has to be properly balanced? Because writing code with optional tags is a royal pain.)

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Re: Using HTML::Parser to edit files in place