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;
Comment on
Re: ! exists in my hash. want to see all that dont exist.
Download
Code
In Section
Seekers of Perl Wisdom