Hi,
I have a multidimensional array $foo[x][y].
I am interested in removing element y from $foo[x]. (for this example, y is
element 0 in the x array)
When I try:
splice $foo[x], 0, 1;
I get:
Type of arg 1 to splice must be array (not array element) at ./validate.pl
line 143, near "1;"
What is the easiest way to remove this array element?
Thanks,
Mike
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
