Re: Max size of an array used in perl.
On Jan 30, 8:44 am, "rajendra" <rajendra.pra...@xxxxxxxxxxxx> wrote:
Hello All,
I would like to know the max size that an array can store in terms of bytes.
There is no built-in limit in the language. It is limited only by the
amount of memory your computer system has available.
Paul Lalli
.
Relevant Pages
- Re: efficiency of && vs. array
... language which is loosely based on C. as such, ... it occured to me that i could store a, b, c, and d in an array and use ... I am the "ILOVEGNU" signature virus. ... (comp.lang.c) - Re: Help needed on Arrays
... The function I need to write, will i suppose depend on how i store the data, ... The function will need to read through the array ... The language is vb.net 2005. ... a struct may well be a good choice for your three fields. ... (microsoft.public.vsnet.general) - Re: Help needed on Arrays
... The language is vb.net 2005. ... you want to store in it, so (compared to an Array, as you only mentioned ... a struct may well be a good choice for your three fields. ... What datatype are each of the three fields you want to store? ... (microsoft.public.vsnet.general) - Re: Best way for multiple language support for a website
... What collation character set would I use in mySQL to store japanese ... the array naming scheme is tough to remember. ... So if I use the text file, would I load the translations into a string ... flat file or arrays for storing the different language translations. ... (alt.php) - Re: Finding the nearest match without reusing results
... comparing an array with a value generates an array of Trues and ... Any diff with wrong State or with used Store is implicitly zeroed out. ... Each must be larger than the absolute value of the maximum Sales ... go.....it just needs to return the closest match. ... (microsoft.public.excel.programming) |
|