for my $state ( @{ $hash->{data} } ) { print $state->{State} if $state->{ID} == 32; }