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
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
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