in reply to Re^3: inverting hash / grouping values
in thread inverting hash / grouping values

> I have seen a key and its value frequently refered to as a key/value pair.

the result of this inversion operation is a HoA  { key1 => [ value11, value12], key2 => [value21],  ...}

And neither

IMHO all better interpretations.

Cheers Rolf

( addicted to the Perl Programming Language)