Re: Strip HTML tags again and my follow-up are probably exactly what you want. They use HTML::TokeParser::Simple to parse and HTML::Tagset to decide what is "text" and what is supposed to be a tag. HTML::Parser is a bit bare bones and I wouldn't recommend it over the TokeParser modules (or HTML::TreeBuilder).
In reply to Re: How to use HTML::Parser to encode text with HTML entities?
by Your Mother
in thread How to use HTML::Parser to encode text with HTML entities?
by locust
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |