http://www.perlmonks.org?node_id=877582


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