in reply to Re: How to loop through hash of array and convert into hash with key and value.
in thread How to loop through hash of array and convert into hash with key and value.

Mapping worked after modifying like...
my $VAR3 = { map { delete $_->{name} => $_ } @$VAR1 };
Thanks.
  • Comment on Re^2: How to loop through hash of array and convert into hash with key and value.
  • Download Code