doesn't work (it takes @foo in a scalar context, whereas I want it to still be an array). I've tried using various combinations of [] and () with no success. Any thoughts?my $rows = []; my $cols = []; my $results = []; my $table = [$rows, $cols, $results]; ...snip... $table->[$row][$col] = @foo;
In reply to A Matrix of Arrays by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |