Monday, September 13, 2010

Operators in perl - bitwise operators

Bitwise operators
>> - Bitwise shift shifting the bits in the left operand to the right by the number of bits indicated by the right operand.


<< - Bitwise shift shifting the bits in the left operand to the left by the number of bits indicated by the right operand.

~ - Ones complement

No comments:

Post a Comment