in reply to Re: Joining an array of hashes
in thread Joining an array of hashes

Yeah, Kyle's suggestion was correct. Map worked great.

Thanks! Just FYI here is Dumper($v) output

$VAR1 = [, {, 'name' => 'Cat', 'id' => '7670', }, {, 'name' => 'Dog', 'id' => '7671', }, ];, $VAR1 = [, {, 'name' => 'Cat', 'id' => '7670', }, ];,