T timd718 New member Jan 8, 2012 #1 For example, if I had the array @values=(1,2,3,4) is it possible that I replace the 2nd element with two new elements of 5 and 6; so @values would now equal (1,5,6,3,4)? And I don't care which number element the 5 and 6 take.
For example, if I had the array @values=(1,2,3,4) is it possible that I replace the 2nd element with two new elements of 5 and 6; so @values would now equal (1,5,6,3,4)? And I don't care which number element the 5 and 6 take.