in reply to Weird problem with Oracle, DBI, and Scientific Notation

411420431014 should be ok on a perl with 64 bit integers, but it's too big for 32 bits. Perl switches to float representation as needed. Math::BigInt gives a portable way to keep long digit strings as integers.

After Compline,
Zaxo

  • Comment on Re: Weird problem with Oracle, DBI, and Scientific Notation