Then I split that single scalar into a list of numbers:while (<ASA>) { $ASAlist .= $_; } #end while
It just seems to fail on the splitting (the first time it segment faulted with a panic:POPSTACK error and the second time it just died). It has worked on a shorter array (102,000 numbers). Is there some length limit on arrays? Is there a better way to split the long scalar into the array? (I'm using perl 5.8.0.)@ASAList = split(/ /, $ASAlist);
Thanks.
In reply to Limit on array size? by Dogg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |