Re: HTTP::Parser problem
[email protected] (Gerhard Rieger) Mon, 07 Feb 2011 08:41:19 +0100
| Newsgroups | perl.libwww |
|---|---|
| Message-ID | <[email protected]> |
Hi Bjoern thanks for your reply! > You seem to be talking about HTML::Parser, not "HTTP::Parser". Correct. > That would seem to work as intended; if you want everything as one > string, then you could buffer it, or perhaps use unbroken_text(). This setting passes all table cells in one string. My application requires the complete contents of each single table cell in one string. Is this possible? Regards Gerhard