in reply to help porting a line of bitwise C code to perl
Either that, or C is processing the bitwise operators in a different order than you think it is, resulting in your parentheses being misplaced, although I can't readily think of any order in which (func(token5) & 32 | func(token5) & 128) could be handled that would produce zero when func(token5) returns 32.
|
|---|