in reply to ! exists in my hash. want to see all that dont exist.

I prefer something like:

my @difference = grep { not exists $NgrpsHash{ $_ } } keys %EgrpsHash;