Help for this page
Select Code to Download
Select
or
download this
use Data::Alias; alias @x = @y; $x[1] = 2; # should make $y[1] == 2