foreach $element (keys %hash){ if ($hash{$element}->[0] > $hash{$element}->[1]){ print "Eintrag stimmt nicht überein $hash{$_} .\n" } }