Just a quick comment on your loops. Using Perl-style loops instead of C-style loops might be slightly easier, for example:
for my $i (0..6) { for my $j (0..6) { $matrix[$i][$j][$_] = 0 for (0..2); } }
In reply to Re: 36 Conditions in If Statement [sendhelp]]
by Laurent_R
in thread 36 Conditions in If Statement [sendhelp]]
by UpTide
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |