Re: shift on an array of arrays

2001-10-30 Thread Andrea Holstein
Will Muir wrote: > I have an array of arrays @data that > I would like to take the reference of the 5th element of the first 3 elements and > put them into another array and then shorten @data by 3. > I hope that this makes sense, I am new to this and > don't really know a better way too expl

Re: shift on an array of arrays

2001-10-29 Thread Jeff 'japhy' Pinyan
On Oct 29, Will Muir said: >I have an array of arrays @data that I would like to take the reference >of the 5th element of the first 3 elements and put them into another >array and then shorten @data by 3. I hope that this makes sense, I am >new to this and don't really know a better way too exp

shift on an array of arrays

2001-10-29 Thread Will Muir
Hi all, I have an array of arrays @data that I would like to take the reference of the 5th element of the first 3 elements and put them into another array and then shorten @data by 3. I hope that this makes sense, I am new to this and don't really know a better way too explain it. Here is wh