Should do the trick. This quarter's Perl Journal has a good article on it (the included docs need work)my $tree = HTML::TreeBuilder->new; $tree->parse_file('foo.html'); $non_html = $tree->as_text();
In reply to Re: Strip HTML tags
by swiftone
in thread Strip HTML tags
by rlk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |