%hash = ( 1 => 2 ); $x = { x => 'y' } $z = \%hash; [download]
Can we parallel this with lists/arrays in some way? How can we do the following?
In reply to anonymous hash versus hash reference and their parallels in arrays by princepawn