Help for this page
for my $i (1..$#array) { print "$i: $array[$i]\n"; }
for (0..$#array) { print "$i: $array[$i]\n"; }