DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibhtml-simpleparse-perl
Beschreibungbare-bones HTML parser
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.12-2
Sektionperl
Prioritätoptional
Installierte Größe76 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße16658 Byte
Prüfsumme MD5c8fe481765624b757e448edb26ff8266
Prüfsumme SHA153a7337a364cf1d3e6a5c51384b905cd1c2f97f5
Prüfsumme SHA256d120ca182c41af107392190d153984c676e7b43dfd775fd7fc383f23a61afdaa
Link zum Herunterladenlibhtml-simpleparse-perl_0.12-2_all.deb
Ausführliche BeschreibungHTML::SimpleParse is a bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions: . First, HTML::Parser knows which tags can contain other tags, which start tags have corresponding end tags, which tags can exist only in the portion of the document, and so forth. HTML::SimpleParse does not know any of these things. It just finds tags and text in the HTML you give it, it does not care about the specific content of these tags (though it does distinguish between different _types_ of tags, such as comments, starting tags like , ending tags like , and so on). . Second, HTML::SimpleParse does not create a hierarchical tree of HTML content, but rather a simple linear list. It does not pay any attention to balancing start tags with corresponding end tags, or which pairs of tags are inside other pairs of tags.


Impressum
Linux is a registered trademark of Linus Torvalds