in reply to
Find unmatched between an array and a hash
See
How do I compute the difference of two arrays? How do I compute the intersection of two arrays?
. I'd try finding the difference between
keys %languages
and
@employee
.
Comment on
Re: Find unmatched between an array and a hash
Select
or
Download
Code
In Section
Seekers of Perl Wisdom