A real beginner here.

I have an array with 5 elements, 0-4. I want to insert
values into the array at position 2. Do I use the
splice command?

splice(@array, 1, "value");
print "@array\n";
0 1 2 3 4 5

__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to