in reply to Re: Rounding off ? (updated)
in thread Rounding off ?

Maybe you're on a 32-bit build of Perl?

On a 32-bit Perl(v5.20.1, i586-linux-thread-multi) i get:

FFFFFFFF
FFFFFFFF
FFFFFFFF

while on a 64-bit Perl(v5.28.0, x86_64-linux-thread-multi) I also get:

3243BCFE21EF4468
EF453276BDBDE566
2342ED65876AB55F


Replies are listed 'Best First'.
Re^3: Rounding off ?
by haukex (Archbishop) on Sep 14, 2018 at 08:24 UTC
    On a 32-bit Perl(v5.20.1, i586-linux-thread-multi) i get:

    FFFFFFFF
    FFFFFFFF
    FFFFFFFF

    Thanks for checking, I can confirm that result on a 32-bit Perl 5.14 on Windows. Also thanks to Your Mother and hippo for checking.