in reply to Re^3: Add array ref to another array ref
in thread Add array ref to another array ref
$VAR1 = [ { 'house' => 'main', 'number' => '0123', 'area' => 'north', 'code' => 'zip', }; ]
$VAR1 = { 'fullname' => 'Ms Mary Lou', 'first' => 'Mary', 'last' => 'Lou', };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Add array ref to another array ref
by AnomalousMonk (Archbishop) on Jul 15, 2019 at 19:22 UTC |