Definitions for "For loop"
a loop that goes for as long as you want it
an operation that requires that the iterator increases at specific steps within specific boundaries
a special case of a while loop , which is commonly used for doing something a certain number of times
Keywords:  perl, structure, control
a Perl control structure
Keywords:  repeating, code, piece, way, different
a way of repeating the same piece of code many times, with a different value each time