in reply to Re: Joining an array of hashes
in thread Joining an array of hashes
Thanks! Just FYI here is Dumper($v) output
$VAR1 = [, {, 'name' => 'Cat', 'id' => '7670', }, {, 'name' => 'Dog', 'id' => '7671', }, ];, $VAR1 = [, {, 'name' => 'Cat', 'id' => '7670', }, ];,
|
|---|