Perl programming on mMPE/iX - August 2001

HP World Page 9August 21, 2001
simple statements
terminated with a semicolon
may be followed by one optional modifier
if EXPR
unless EXPR
while EXPR
until EXPR
foreach EXPR
$os = 'mpe';
$os = 'mpe' if $model == 3000;