openbsd-ports/devel/p5-Tie-Hash-MultiValue/pkg/DESCR
jasper a2f1556ecf import p5-Tie-Hash-MultiValue 1.02
Tie::Hash::MultiValue allows you to have hashes which store their values
in anonymous arrays, appending any new value to the already-existing
ones.
2010-09-09 21:04:56 +00:00

8 lines
298 B
Plaintext

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.