http://www.perlmonks.org?node_id=1032076


in reply to Re: help with references
in thread help with references

Thanks for the reply, moritz! using your method i'm no longer getting a ref of @a, but now i get refs of the individual arrays instead. it still won't work because if i change the AoA in $h{"1"}, the AoA in $h{"2"} will also be modified.
{ '1' => [ [ 'a1', 1, 1, 1 ], [ 'a2', 2, 2, 2 ] ], '2' => [ $VAR1->{'1'}[0], $VAR1->{'1'}[1] ] }

Replies are listed 'Best First'.
Re^3: help with references
by moritz (Cardinal) on May 04, 2013 at 20:11 UTC