in reply to Re^8: The 16 digit number dilemma.
in thread The 16 digit number dilemma.

You would need to build perl with use64bitint and also use integer; in your code to have most arithmetic operations act as they would for a 64 bit signed integer in C.