Perl programming on MPE/iX - April 2002
Manuals
Brands
HP Manuals
Software
MPE/iX 6.0 Operating System
11
12
13
14
15
16
17
18
19
20
Solution Symposium
Page
14
April 4, 2002
assignme
nt operators
•
works like C
•
$a += 2;
is equivalen
t to
$a =
$a
+ 2;
•
**= += *= &= <<= &&=
-
= /=
•
|= >>= ||= .=
%
= ^
= x=
1
...
...
12
13
14
15
16
...
...
40