mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
5 lines
252 B
Plaintext
5 lines
252 B
Plaintext
The Perl 5 module 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.
|