Help for this page
## Compare . . . for( my $i = 0; $i < $#array; $i++ ) { ... for my $item ( @array ) { frobnitz( $item ); }