Shlomi Fish wrote:
You can compile Perl with 64-bit integers, even on 32-bit platforms. That or
use a big-integer module such as Math::BigInt :
http://perldoc.perl.org/Math/BigInt.html
Thanks. I'll give it a try.
Shachar
See its lib => 'GMP' option if you want much better speed.
Regards
On Sunday 20 Jun 2010 13:25:00 Shachar Shemesh wrote:
> Hi all,
>
> I'm trying to calculate the result of a string hash function in perl. I
> need an explicit function, as the perl output is used to create a C
> program, that will then use that very same hash function. Please, do not
> direct me t
On Sunday 20 June 2010 13:25:00 Shachar Shemesh wrote:
> Hi all,
>
> I'm trying to calculate the result of a string hash function in perl. I
> need an explicit function, as the perl output is used to create a C
> program, that will then use that very same hash function. Please, do not
> direct me
Hi all,
I'm trying to calculate the result of a string hash function in perl. I
need an explicit function, as the perl output is used to create a C
program, that will then use that very same hash function. Please, do not
direct me to perl's excellent hash handling. I know it's there. I use it