foreach my $emp (values %hash) { print "ERROR: $emp not defined\n" unless exists($hash{$emp}); }