in reply to Re: Dereference array-elementsin thread Dereference array-elements
my %hash = %{(grep {exists $_ -> {foo}} @hashes) [0] || {}}; [download]
And then it even works if there's no match.
Abigail