in reply to Re: Using HTML::Parser for simple tag removal
in thread Using HTML::Parser for simple tag removal

HTML::FromText is pretty good if you want to turn a chunk of HTML into *formatted* text (rather than just stripping out the tags). It does lists and so on as well.