Perl programming on MPE/iX - February 2001

February 9, 2001
Solution Symposium
Page 14
hp e3000
perl
programming
bitwise operators
shift left: <<
shift right: >>
AND: &
OR: |
XOR: ^
negation: ~