kepler has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I have several files, which I want to sort in a specific way, but all sumed up together. First, I've opened one file, one at the time, and added the lines to a single array. Then made a sort - it all worked fine. But now, the data is to large for the array I think - I get an "out of memory" error. Any suggestions?
Regards,
Kepler
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Sorting files
by Corion (Patriarch) on Oct 02, 2015 at 07:47 UTC | |
|
Re: Sorting files
by Anonymous Monk on Oct 02, 2015 at 07:53 UTC | |
|
Re: Sorting files
by SuicideJunkie (Vicar) on Oct 02, 2015 at 13:48 UTC | |
|
Re: Sorting files
by locked_user sundialsvc4 (Abbot) on Oct 02, 2015 at 15:51 UTC |