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


in reply to Re^2: Seeing if two numbers have the same sign
in thread Seeing if two numbers have the same sign

Hmm. I didnt actually test it and had assumed that the result of binary xor was going to be signed, but of course its unsigned, hence the xor ideas doesnt work as written. My bad. Sorry. Id just use the $x<0 == $y<0 approach anyway. :-)

---
$world=~s/war/peace/g

  • Comment on Re^3: Seeing if two numbers have the same sign