Help for this page
use diagnostics;
my @tableArray = ( [ 1..COLS ], ... [ 1..COLS ], [ 1..COLS ] );
sub addToTable { foreach (@_) { print "$_\n"; } print "elements passed " . scaler(@_) ."\n";