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

From ZCubes Wiki
Revision as of 18:52, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="divone"><span class="h4"> Dr. Salih Yurttas - [mailto:yurttas@zcubes.com yurttas@zcubes.com ] </span></div><div class="divone"><span class="h3"> programming lang...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Dr. Salih Yurttas - yurttas@zcubes.com
programming languages - design principles, implementation constructs
perl

  1. perl language fundamentals

    1. statements and declarations - compounded decision


if (EXPR) BLOCK
if (EXPR) BLOCK else BLOCK
if (EXPR) BLOCK elsif (EXPR) BLOCK ...
if (EXPR) BLOCK elsif (EXPR) BLOCK ... else BLOCK


unless (EXPR) BLOCK
unless (EXPR) BLOCK else BLOCK
unless (EXPR) BLOCK elsif (EXPR) BLOCK ...
unless (EXPR) BLOCK elsif (EXPR) BLOCK ... else BLOCK


perl overview << 2 >> subroutines | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12