Help for this page
for (1 ... #$array) { print $_; }
for ( 1 ... $#array) { for (1 ... $#other_array) { ... print $_2; # ie the second assumed scalar? } }