Help for this page
my @array; my $arrayref=[] ... my @copy=@array; my $refcopy=$arrayref;
my @copy = @array;
my $copy=$array->copy;