http://www.perlmonks.org?node_id=56675


in reply to How to get HTML::Parser to return a line of parsed text

TMTOWTDI:
use YAPE::HTML; $plain_text = YAPE::HTML->new($HTML)->display(0);


japhy -- Perl and Regex Hacker