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 dependent upon how much memory there is.

>It seems that if the number of data exist 265, then it will be
>miss already or it is due to memory problem?

That's a rather arbitrary number.  You're probably doing something wrong
if your arrays aren't letting you hold as many elements as you want.

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
RPI Acacia brother #734   http://www.perlmonks.org/   http://www.cpan.org/
CPAN ID: PINYAN    [Need a programmer?  If you like my work, let me know.]
<stu> what does y/// stand for?  <tenderpuss> why, yansliterate of course.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to