http://www.perlmonks.org?node_id=282358


in reply to Re: Bit operations for beginners
in thread Bit operations for beginners

Additionally, '~' is more correctly called the (1's) complement operator, or bitwise negation operator, both according to perlop and, by its functionality, mathematics itself. Calling it the 'not' operator is confusing, imo.