Next: Simple for () {}
Up: Physics 2101 - Scientific
Previous: Local and global variables
Contents
Index
Being able to execute a group of statements a number
of times according to some criteria is a fundamental
tool of any programming language. Perl offers at least
three ways to do so.
Subsections