* Gerhard Rieger wrote:
>I experience a reproducable problem with the HTTP::Parser module. I run
>the packaged Perl 5.10.1 on Ubuntu 10.4 Lucid. The problem appears with
>the packaged version 3.64-1 of libhtml-parser-perl as well as with the
>manually installed actual version 3.68.

You seem to be talking about HTML::Parser, not "HTTP::Parser".

>Problem: Under some circumstances the parser breaks short continuous
>text into two parts on a white space and invokes the text_handler
>callback for each of these parts. Especially while parsing tables this
>breaks the structure of the result.

That would seem to work as intended; if you want everything as one
string, then you could buffer it, or perhaps use unbroken_text().
-- 
Björn Höhrmann · mailto:bjo...@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Reply via email to