Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Array of Hashes or Hash of Arrays

by cdarke (Prior)
on May 10, 2012 at 09:48 UTC ( [id://969779]=note: print w/replies, xml ) Need Help??


in reply to Array of Hashes or Hash of Arrays

thing?
key_list_by_value is a hash - you can tell by the { }.

$value is a hash key (looks like someone did a reverse() on %by_key. $key is a scalar.

$key_list_by_value{$value} is a reference to an array - hence the @{  }.

Replies are listed 'Best First'.
Re^2: Array of Hashes or Hash of Arrays
by perl@1983 (Sexton) on May 10, 2012 at 10:25 UTC
    Didn't quite understand your last statement.. Can you please help to clarify? $key_list_by_value{$value} is a reference to an array - hence the @{ }.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-16 18:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found