in reply to Re: Largest integer in 64-bit perl
in thread Largest integer in 64-bit perl

I'm wondering:

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?

Update

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