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


Paketnamelibdata-stag-perl
BeschreibungStructured Tags datastructures
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.11-2
Sektionperl
Prioritätoptional
Installierte Größe1188 Byte
Hängt ab vonperl (>= 5.6.0-16), libio-string-perl
Empfohlene Paketeperl-tk, libgd-gd2-perl | libgd-gd2-noxpm-perl, libxml-libxslt-perl, libmldbm-perl, libgraph-perl, l
PaketbetreuerDebian Perl Group
Quelle
Paketgröße509314 Byte
Prüfsumme MD5fabff37374baf4eb80f1a4ed7127c059
Prüfsumme SHA10804b56b99a1844fcbb363a7e356cf6ee1ca3e72
Prüfsumme SHA256c209560bf4805050efc8dc54f9872d89c087426f793a586c1a1d1fa0f56767f0
Link zum Herunterladenlibdata-stag-perl_0.11-2_all.deb
Ausführliche BeschreibungThis module is for manipulating data as hierarchical tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the advantage of being native to perl. A simple example is shown below: . [ person=> [ [ family_name => $family_name ], [ given_name => $given_name ], [ phone_no => $phone_no ] ] ], . Data::Stag uses a subset of XML for import and export. This means the module can also be used as a general XML parser/writer (with certain caveats).


Impressum
Linux is a registered trademark of Linus Torvalds