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


Paketnamelibhash-merge-perl
BeschreibungMerges arbitrarily deep hashes into a single hash
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.11-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe80 Byte
Hängt ab vonperl (>= 5.6.0-16), libclone-perl
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße14096 Byte
Prüfsumme MD50a62887b9582645769f453c2a6d9108a
Prüfsumme SHA1f18fcd021ebc68cb8de8a37e92bacd641ea82043
Prüfsumme SHA256ebd2d3325b7043c2a192ed48eabad9b1bb7f6cffd4aafe21abcda7c07d909fc3
Link zum Herunterladenlibhash-merge-perl_0.11-1_all.deb
Ausführliche BeschreibungHash::Merge merges two arbitrarily deep hashes into a single hash. That is, at any level, it will add non-conflicting key-value pairs from one hash to the other, and follows a set of specific rules when there are key value conflicts (as outlined below). The hash is followed recursively, so that deeply nested hashes that are at the same level will be merged when the parent hashes are merged. Please note that self-referencing hashes, or recursive references, are not handled well by this method. . Values in hashes are considered to be either ARRAY references, HASH references, or otherwise are treated as SCALARs. By default, the data passed to the merge function will be cloned using the Clone module; however, if necessary, this behavior can be changed to use as many of the original values as possible. (See set_clone_behavior).


Impressum
Linux is a registered trademark of Linus Torvalds