Help for this page

Select Code to Download


  1. or download this
    my @OldArray=(0..50);
    
  2. or download this
    my @NewArray = @OldArray[1..25];