Help for this page
#!/usr/bin/perl ... for( my $i = 0; $i <= $#array; $i++ ) { print $i, " ", $array[$i], "\n"; }