in reply to HTML::TreeBuilder Remove all HTML
HTML::TreeBuilder is a fine module for parsing and working with HTML documents, but in this case you might want to look into using HTML::FormatText instead. It seems to do exactly what you're looking for, which will likely save you time and effort.
|
|---|