Help for this page
Select Code to Download
Select
or
download this
my @OldArray=(0..50);
Select
or
download this
my @NewArray = @OldArray[1..25];