ports/devel/p5-Hash-Merge-Simple/pkg/DESCR

6 lines
297 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Hash::Merge::Simple will recursively merge two or more hashes and
return the result as a new hash reference. The merge function will
descend and merge hashes that exist under the same node in both the
left and right hash, but doesn't attempt to combine arrays, objects,
scalars, or anything else.