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

A Gentle Introduction to
Perl Programming

The if statement

 

Control Structures

The if statement

The if statement allows to execute code only when a condition is satisfied.

See also: Boxes tutorial
See also: tests