(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
| perl programming language fundamentals
|
|
| 2. perl language fundamentals
|
|
statements - compounded decision
if (EXPR) BLOCK
if (EXPR) BLOCK else BLOCK
if (EXPR) BLOCK elsif (EXPR) BLOCK ...
if (EXPR) BLOCK elsif (EXPR) BLOCK ... else BLOCK
perl overview << | >> subroutines