Help for this page

Select Code to Download


  1. or download this
    for my $i ( @list ) {
        print $i; # Now I want to know what number item I'm at
    }