in reply to Re^2: Converting array of hash references to hash
in thread Converting array of hash references to hash
I then found that grep would search for the rest of the array even if a match is found in the first record itself.
I believe any should be used.
Let me try the following
$ams_ip = "" unless any { $ams_ip eq $_->{'deviceIp'} } @{$ams_hosts};
Please let me know if I am wrong. Thanks :)