in reply to Re^2: strange map behaviorin thread strange map behavior
my %h = map { join('_', $_->{'a'}, $_->{'c'}) => $_->{'b'} } @arr ; [download]