Re: HTTP::Parser problem
[email protected] (Gerhard Rieger) Mon, 07 Feb 2011 09:43:37 +0100
| Newsgroups | perl.libwww |
|---|---|
| Message-ID | <[email protected]> |
>> 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? OK, you said it, with buffering etc. Thank you. HTTP::Parser is a great lib; I'd recommend to add an option (or even better make it the default behaviour) to keep the HTML strings as an average user might expect! Regards Gerhard