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 large arrays.


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

    I doubt you are hitting the limit for array size
with such a small array, unless each element is huge.
Show us your code. There is probably some other error
that looks like a memory problem.


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328


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