Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
Perl Programming

The if .. else .. if .. statement

 

Control Structures

The if .. else .. if .. statement

Commonly we have a sequence of tests that should be made. We sometimes break the rule regarding indentation to made the code easier to read.

See also: Boxes tutorial
See also: if .. else ...
See also: if .. elsif ...
See also: switch ... case