Yurttas/PL/SL/perl/F/02/05/02/01/index page

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