RE: max number of data within an array

2004-05-28 Thread Charles K. Clarkson
Boon Chong Ang <[EMAIL PROTECTED]> wrote: : : May I know what is the maximum number of data that I : can stored within an array? AFAIK it depends on the amount of resources available to that process. Unless you have only a limited amount of resources you should be able to store extremely larg

Re: max number of data within an array

2004-05-28 Thread Jeff 'japhy' Pinyan
On May 28, Boon Chong Ang said: >May I know what is the maximum number of data that I can stored within an >array? I don't know what the maximum number of data YOU can store in an array is, because I don't know how much memory your computer has. The size of your data structures in Perl is depend

Re: max number of data within an array

2004-05-28 Thread Rob Dixon
Boon Chong Ang wrote: > > May I know what is the maximum number of data that I can stored within an > array? It seems that if the number of data exist 265, then it will be miss > already or it is due to memory problem? Hi. I'm pretty sure that the theoretical size of Perl arrays is limited only b

max number of data within an array

2004-05-28 Thread Boon Chong Ang
Hi, May I know what is the maximum number of data that I can stored within an array? It seems that if the number of data exist 265, then it will be miss already or it is due to memory problem? Thank you & best regards, ABC