my @all_ids = map $_->{'ID'}, @array; my @specific_data = grep $_->{'ID'} == $id, @array;