Help for this page
for $i (1..$n) { ... ...stuff about $a[$i][$j] } }
foreach (keys %a) { ...stuff about $a{$_} }
for $i (1..$n) { }