1. Perl
  2. Syntax
  3. here

if statement - conditional branch

Use if for a conditional branch.

if (condition) {
  ...
}

Details of conditional branch

The details of the conditional branch is explained below.

Related Informatrion