I have a program which uses HTML::TokeParser to split apart web pages. Is there a way of making $stream->get_text() return the text without the entities decoded? I can see options in get_token but is there an equivalent method with get_text or get_trimmed_text?

Thanks

Kevin.

Reply via email to