After the call to HTMLParser->parse($_); I want to have a line of text, tag-free, as a scalar variable to do with what I choose. HTMLParser->parse(); returns a reference to the parser object.
How can I get that scalar? Should it be done in the event handler for 'text' items?