@a=@b; # the array will be twice in memory $a=\@b; # the array is once in memory