in reply to How to get Matrix Size

Where did you learn to create a matrix? It should also discuss access

my $rows = @myMatrix; my $cols = @{ $myMatrix[0] };
Modern Perl by chromatic a loose description of how experienced and effective Perl 5 programmers work....You can learn this too.

It is reviewed and recommended by Perl Tutorial Hub