To address the subject, & is the bitwise AND operator and >> is the
bitwise shift.
& is used as a mask and >> is used to access higher bits.
Wikipedia explains bitwise operations. If you don't know about them,
you may want to read the article.
http://en.wikipedia.org/wiki/Bitwise_operation

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to