in reply to
Check if keys of hash is values of another hash!
Methinx that something along the lines of
if (grep { exists $b{$_} } keys %a) { ...
might be one of the simpler solutions.
HTH,
A user level that continues to overstate my experience :-))
Comment on
Re: Check if keys of hash is values of another hash!
Download
Code
In Section
Seekers of Perl Wisdom