1754320 Members
3157 Online
108813 Solutions
New Discussion

Perl Hashes limit

 
pgp_acc1
Advisor

Perl Hashes limit

Hi,

Is there any limitation to the number of hash values in perl.
We are planning to have hash reference to some 50 lakh records.

Thanks,
Priya
1 REPLY 1
James R. Ferguson
Acclaimed Contributor

Re: Perl Hashes limit

Hi:

Perl is limited by the server's memory. There are no builtin constraints.

Regards!

...JRF...