in reply to Re: how to eliminate all html tags in a given string ??in thread how to eliminate all html tags in a given string ??
print HTML::TreeBuilder->new_from_content( $string )->as_text; [download]