Paketname | libhtml-parser-perl |
Beschreibung | collection of modules that parse HTML text documents |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 3.64-1 |
Sektion | perl |
Priorität | standard |
Installierte Größe | 316 Byte |
Hängt ab von | perl (>= 5.10.0-24ubuntu4), perlapi-5.10.0, libc6 (>= 2.4), liburi-perl, libhtml-tagset-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 113062 Byte |
Prüfsumme MD5 | b70aa0e3bf6c68379de01daeda271fc7 |
Prüfsumme SHA1 | 0fb286d5767645790ae869d03b6783cee4c59919 |
Prüfsumme SHA256 | 6ac7f751de57cbd51e27017a5b20b61cd62fde04fe6fcc4810721b14b888979c |
Link zum Herunterladen | libhtml-parser-perl_3.64-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.
|