|
From: Julian S. <js...@ac...> - 2010-06-07 05:53:33
|
> Probably best just to use Math::BigInt then you can do arbitrary > precision integer arithmetic regardless of the underlying platform. Is Math::BigInt is supported as standard in Perl? and also, in older Perls? Obviously if the build process is going to rely on it then it needs to be available on all perls we could reasonably expect to encounter. J |