Help for this page
for $i (0 .. $#array) { for $k (0 .. $#array[$i]) ... print "$array[$i][$k]"; } }