Help for this page
use strict; use warnings; ... sub make_a_rowsxcols_array { [ map { [ (42)x$_[1] ] } 1..$_[0] ] }