|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: How to store large strings?by thomas895 (Friar) |
| on Jun 09, 2012 at 21:39 UTC ( #975336=note: print w/ replies, xml ) | Need Help?? |
|
Nonsense! Your computer would have to have some outrageously low memory installed for that to be the case. Unless, of course you are using some ancient machine with 640K of RAM. But even then, I think it should still fit.
You could try an array as well, just split the string every 5000 characters or so. Although, I don't think that will help much, if at all.
~Thomas~ confess( "I offer no guarantees on my code." );
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||