in reply to Re^2: dynamic matrix
in thread dynamic matrix
feels more "aesthetically" right than setting it up with @matrix like you did above, and then $matrix = \@matrix... even if both are equivalent.my $matrix =[ [1,5,7], [2,3,4], [5,1,9], [7,8], [3] ] ;
|
|---|