ports/devel/p5-Tie-Hash-MultiValue/pkg/DESCR

8 lines
298 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Tie::Hash::MultiValue allows you to have hashes which store their values
in anonymous arrays, appending any new value to the already-existing
ones.
This means that you can store as many items as you like under a single
key, and access them all at once by accessing the value stored under the
key.