in reply to Re: dynamic matrixin thread dynamic matrix
Well, all you need to do to use the same syntax with my solution is
$table=\@matrix; [download]
my $matrix =[ [1,5,7], [2,3,4], [5,1,9], [7,8], [3] ] ; [download]