The reason $matrix[i][0] didn't work is because you forgot the $ in front of i. Try it this way:
strict or warnings would have tipped you off to this one.$matrix[$i][0] = undef;
In reply to Re: Changing data within a matrix
by kelan
in thread Changing data within a matrix
by nadadogg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |