Help for this page
my @array = 1..10; { my @array = @array; ... } } print "Original array is still intact! (@array)\n";