Help for this page

Select Code to Download


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