in reply to Combining two references
When I dump $all after this change, I get:push @{ $all }, @$data1, @$data2;
i.e. presumably what you want.$VAR1 = [ { 'NAME' => 'PAUL DY', 'DATE' => '2009-05-05', 'NUMBER' => '00001' }, { 'NAME' => 'ANTHONY RD', 'DATE' => '2012-01-07', 'NUMBER' => '00003' }, { 'CAR2' => '2', 'CAR1' => '1', 'CAR3' => '3' }, { 'CAR2' => '2b', 'CAR1' => '1b', 'CAR3' => '3b' } ];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Combining two references
by Anonymous Monk on Jun 08, 2015 at 18:06 UTC | |
by stevieb (Canon) on Jun 08, 2015 at 18:11 UTC | |
by Anonymous Monk on Jun 08, 2015 at 19:39 UTC | |
by stevieb (Canon) on Jun 08, 2015 at 20:14 UTC | |
by Anonymous Monk on Jun 08, 2015 at 18:55 UTC | |
by stevieb (Canon) on Jun 08, 2015 at 19:04 UTC |