Help for this page

Select Code to Download


  1. or download this
    for my $loop_iterator_variable (@whatever) {
       ...
       do_something_with($loop_iterator_variable);
       ...
       }