Perl programming on MPE/iX - February 2001

February 9, 2001
Solution Symposium
Page 8
hp e3000
perl
programming
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;