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

A Gentle Introduction to
Perl Programming

The if .. else ... statement

 

Control Structures

The if .. else ... statement

The else clause executes if the condition fails.

See also: Boxes tutorial
See also: if .. else ..
See also: if .. else .. if ..