in reply to Removing HTML tags from a sting
$parser = HTML::TokeParser->new(\$html_messege); $wohtml = $parser->get_text("BODY");