Paketname | libhtml-parser-perl |
Beschreibung | collection of modules that parse HTML text documents |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 3.66-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 320 Byte |
Hängt ab von | perl (>= 5.10.1-13), perlapi-5.10.1, libc6 (>= 2.4), liburi-perl, libhtml-tagset-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 112956 Byte |
Prüfsumme MD5 | a30a39cb381eb129aff2ef99a3c02741 |
Prüfsumme SHA1 | 82c7b23a1e23490d835960e2354ac59c1c6942bb |
Prüfsumme SHA256 | dd36de19badf50e05ad568173d5d7a4bec3d65a34bacc070dcfd76c8359b838a |
Link zum Herunterladen | libhtml-parser-perl_3.66-1_i386.deb |
Ausführliche Beschreibung | HTML::Parser is a collection of modules useful for handling HTML documents.
These modules used to be part of the libwww-perl distribution, but are now
unbundled in order to facilitate a separate development track.
.
Objects of the HTML::Parser class will recognize markup and separate it from
content data. As different kinds of markup are recognized, the corresponding
event handler is invoked. The document to be parsed may also be supplied in
arbitrary chunks, making on-the-fly parsing of network documents possible.
|