Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: inverting hash / grouping values

by LanX (Saint)
on Sep 27, 2013 at 15:24 UTC ( [id://1056002]=note: print w/replies, xml ) Need Help??


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

  • a hash with key/value pairs { key1 =>value1 , key2 => value2, ...}
  • a list with key/value pairs ( key1, value1, key2, value2 ,...)
  • a list of arrays with pairs (tuples) ( [key1, value1], [key2,value2], ... )

IMHO all better interpretations.

Cheers Rolf

( addicted to the Perl Programming Language)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1056002]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 17:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found