I've been using HTML::FormatText to strip HTML tags.
The web pages themselves are relatively simple but if possible I would like to use the latest widgets just in case 'simple' becomes 'complex'.
Going through the help documents it appears HTML::parse may be what I want.
http://aspn.activestate.com/ASPN/Reference/Products/ActivePerl/site/lib/HTML/Filter.html
But going through the Parse documentation and examples most of it makes no sense to me. Can someone post a small example that starts with a call to a $webpage (ie using LWP::Simple) and finishes off by printing the stripped $webpage.