套件:libhash-merge-perl(0.302-1)
libhash-merge-perl 的相關連結
Debian 的資源:
下載原始碼套件 libhash-merge-perl:
- [libhash-merge-perl_0.302-1.dsc]
- [libhash-merge-perl_0.302.orig.tar.gz]
- [libhash-merge-perl_0.302-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module for merging arbitrarily deep hashes into a single hash
Hash::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).
其他與 libhash-merge-perl 有關的套件
|
|
|
|
-
- dep: libclone-choose-perl
- Choose appropriate clone utility (Perl library)
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language