in reply to RE: Re: Storing data in Array
in thread Storing data in Array
Scalars (like all perl datatypes) expand and contract dynamically to fit the amount of data you try to stick in them. I have used large scalars before with no problems. I just ran some quick tests on my system and stuck a 10MB chunk of data into a scalar and perl didn't even break a sweat.
|
|---|