|
|
| No such thing as a small change | |
| PerlMonks |
Re^4: how ! operator worksby bart (Canon) |
| on Feb 04, 2011 at 14:20 UTC ( #886211=note: print w/ replies, xml ) | Need Help?? |
|
That refcount (2147483647) looks strangely familiar.Just print it out in hex and you'll see: 7FFFFFFFwhich is a clear indication that this is the largest positive integer you can stuff into a signed 32 bit integer (2's complement). So yeah, your guess is very likely correct.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||