in reply to Re: Converting array of hash references to hash
in thread Converting array of hash references to hash
Personally I'd...
my %ams_ips_hash = map { $_->{'deviceIp'} => $_ } @{$ams_hosts};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Converting array of hash references to hash
by anirudh.agarwal (Novice) on Apr 22, 2013 at 13:26 UTC |