in reply to Re: Re: Bug in perl bitwise or??
in thread Bug in perl bitwise or??
One way to test my theory would be to, immediately before the |= , add zero to each variable. That would force numeric context for the addition, and perl would still consider the vars as numbers for the |=.