[EMAIL PROTECTED]:~ $ perl -e 'print 2**38, "\n";'
274877906944
[EMAIL PROTECTED]:~ $ perl -e 'print unpack("Q", pack("Q", 2**38)),"\n";'
274877906944

** Changed in: perl (Ubuntu)
       Status: New => Fix Released

-- 
pack does not support Q, but perl supports 64 bit scalars
https://bugs.launchpad.net/bugs/83461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to