blob: 151bd6a5094500048412eddd806ce5f0387fe573 (
plain) (
blame)
1
2
3
4
5
6
|
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.
WWW: https://metacpan.org/release/Tie-Hash-MultiValue
|