freebsd-ports/devel/p5-Tie-Hash-MultiValue/pkg-descr
Sahil Tandon b059430573 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: http://search.cpan.org/dist/Tie-Hash-MultiValue/

PR:		ports/150473
Submitted by:	Frederic Culot <frederic@ culot.org>
2010-09-11 04:24:31 +00:00

6 lines
352 B
Text

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: http://search.cpan.org/dist/Tie-Hash-MultiValue/