my @ids; foreach my $a (@{ $names }) { push(@ids,$a->{id}); } my $ids = join(",", @ids); [download]
In reply to Joining the hash values of an array of hashes by Rodster001