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
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
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
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