in reply to Re: Common hash keysin thread Common hash keys
*That's the one*. Thank you.
use List::Util 'first'; if(first{exists $hashRef2->{$_}} keys %$hashRef1 ) # } [download]