my @myarray; push @myarray, @{$content->{Addresses}{ArrayOfAddressResponse}{AddressResponse}}; foreach my $response ( @myarray ) { do stuff... }