next up previous contents index
Next: Simple for () {} Up: Physics 2101 - Scientific Previous: Local and global variables   Contents   Index

Loops

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