in reply to Checking if all the key values are same in an Array
my $some_are_different = grep { $_->{key1} != 1 } @array; [download]