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

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