in reply to Re: Highest scalar = ???
in thread Highest scalar = ???

And (on a Perl using 32-bit ints),
For the operations requiring an integer: 4294967295 (e.g. bitwise ops)
For the operations requiring a signed integer: 2147483647 (e.g. for (a .. b))