in reply to large file issue?
Since you have a large file, rather than slurping the whole file to an array, is there a way you could just read through the file and still get everything you need to do completed? It would save you from needing a lot of memory and you wouldn't have the errors on the system calls (in theory).
jynx
|
|---|