in reply to Joining the hash values of an array of hashes
(The parens are optional, but allow for visual separation)my $ids = join ",", ( my @ids = map { $_->{id} } @$names );
"You're only given one little spark of madness. You mustn't lose it." - Robin Williams
|
|---|