Monks
I want to create hash that maps a single key to multiple values. My current way of doing this is to use and array reference:
my %hash = ("key"=>["value1","value2"]);
However, I was wondering if anyone knows of a module that provides this sort of behaviour whilst abstracting the specifics of creating array refs etc?
____________In reply to Multiple Hash Keys Module by arunhorne
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |