Dear Monks
I have an array
my @OldArray=(0..50);
I need to move few index into another new array
my @NewArray = @OldArray[1..25];
I know how to copy index from array to array. But, how to move one array index into another array
Please advice me!
Thanks
Rose
In reply to Array index move into another array by rose
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |