in reply to Joining an array of hashes

Use map for this.

my $res = join q{,}, map { $_->{name} } @{ $v };