Help for this page

Select Code to Download


  1. or download this
      for (my $ii=0; $ii < scalar(@some_array); $ii++) {
        print do {
    ...
           "Value at position $ii: $some_array[$ii]\n";
           };
      }