Help for this page
@testarray = { ... ... };
for my $hashref (@testarray) { for my $hit ( @{ $hashref->{hits}{hits} } ) { ... } } }