in reply to Scientific Notation Throws Off Results.
You're pushing the limit of perl integers. Either build perl for 64-bit integers or else use Math::BigInt; If speed is a problem, use Math::BigInt lib => GMP;
After Compline,Zaxo