Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Extract keys from an Array of Hashes

by bradcathey (Prior)
on Dec 17, 2010 at 03:23 UTC ( [id://877582]=note: print w/replies, xml ) Need Help??


in reply to Re: Extract keys from an Array of Hashes
in thread Extract keys from an Array of Hashes

And for when the keys are all different:

for ( 0 .. $#AoH ) { push @keys, keys %{ $AoH[$_] }; }
—Brad
"The important work of moving the world forward does not wait to be done by perfect men." George Eliot

Log In?
Username:
Password:

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

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

    No recent polls found