# array from href my @array = @{ $href->{inner_array} }; # hash from array ref my %hash = %{ $array->[0] };