Help for this page
# (1) call with a reference to an array my $ref = [1,2,3]; foo(1,$ref); ... # @array is already a copy $array[0] = 3; }