in reply to Re: Largest integer in 64-bit perl
in thread Largest integer in 64-bit perl
What are the cases where Perl decides to use UV for a variable, i.e. negatives are ruled out?
or is this only for internal use, like array indices?
To answer my own question, bitwise operations won't like a sign. (Doh!)
FWIW: perlnumber only mentions this indirectly, for the exception made with use integer
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
---|