in reply to Retrieving an anonymous hash

Paul,
I believe your issue is dereferencing. You should look at tye's References Quick Reference in tutorials.
my %hash = %{ $AoH[0] }; my @keys = keys %{ $AoH[3] };
Cheers - L~R