On Wed, Mar 14, 2012 at 3:50 PM, Philippe Bruhat (BooK) <philippe.bruhat@free.fr> wrote: > Frankly, I think this could be considered a bug. Both the left-facing > and right-facing versions of the inchworm on a stick should work on > all integers in Perl. Complement two arithmetics demand it! Now, the > question is, how long has this been broken in Perl? Forever? I don't consider it a bug. ~ has to either assume signed or unsigned. You get a choice by whether you do it under the scope of use integer (implicit: comma signed) or not.Thread Previous