in reply to Re: Compare two hash values for a match
in thread Compare two hash values for a match

Thank you! I actually reversed it and made my sysoid as the key value. It made it easier to compare keys later
if (defined $name and defined $sysoid){ $lookup{$sysoid}{name} = $name; } }