Help for this page
foreach (@array) { do_something_with($item, state i++); }
my $i; foreach (@array) { do_something_with($item, $i++); }