diff options
author | sahil <sahil@FreeBSD.org> | 2010-09-11 12:24:31 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-09-11 12:24:31 +0800 |
commit | 2f62413940b1476a8918b2cae1a63f8111efe9c1 (patch) | |
tree | 21f6f5d07bca3cd9c89771d7d403ad19e5c2c921 /devel/p5-Tie-Hash-MultiValue/pkg-descr | |
parent | 39e8433f22af3b75728d3f78cc28001e545c1982 (diff) | |
download | freebsd-ports-gnome-2f62413940b1476a8918b2cae1a63f8111efe9c1.tar.gz freebsd-ports-gnome-2f62413940b1476a8918b2cae1a63f8111efe9c1.tar.zst freebsd-ports-gnome-2f62413940b1476a8918b2cae1a63f8111efe9c1.zip |
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>
Diffstat (limited to 'devel/p5-Tie-Hash-MultiValue/pkg-descr')
-rw-r--r-- | devel/p5-Tie-Hash-MultiValue/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Tie-Hash-MultiValue/pkg-descr b/devel/p5-Tie-Hash-MultiValue/pkg-descr new file mode 100644 index 000000000000..911718a9f664 --- /dev/null +++ b/devel/p5-Tie-Hash-MultiValue/pkg-descr @@ -0,0 +1,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: http://search.cpan.org/dist/Tie-Hash-MultiValue/ |