Retrieving text without dtext option
kevin <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
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.