Help for this page

Select Code to Download


  1. or download this
    my $iteration_number = 1;
    foreach my $val ( @array ) {
       print ":$iteration_number:\n";
       $iteration_number ++;
    }