in reply to Re: bitwise operators
in thread bitwise operators
Result:$x = "161"; # a string print $x & 255; # the other one is a number...
161
Assuming the "161" comes from user input and the 255 is hardcoded, there's no reason to have a problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: bitwise operators
by Anonymous Monk on Jan 19, 2005 at 17:56 UTC |