in reply to Re: Common hash keys
in thread Common hash keys

*That's the one*. Thank you.

use List::Util 'first'; if(first{exists $hashRef2->{$_}} keys %$hashRef1 ) # }