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

From ZCubes Wiki
Revision as of 18:54, 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 repetition


LABEL while (EXPR) BLOCK
LABEL while (EXPR) BLOCK continue BLOCK


LABEL until (EXPR) BLOCK
LABEL until (EXPR) BLOCK continue BLOCK


LABEL for (EXPR; EXPR; EXPR) BLOCK


LABEL foreach (LIST) BLOCK
LABEL foreach VAR (LIST) BLOCK
LABEL foreach VAR (LIST) BLOCK continue BLOCK


LABEL BLOCK
LABEL BLOCK continue BLOCK


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