in reply to Re^2: Sort then conditionally sort
in thread Sort then conditionally sort
Why would think that reading a line from a file handle should be replaced with reading the entire file into an array and closing the file?
By the way, my data wasn't exactly in the same format as yours. I thought the first column was actually a file name and not in the file itself. That means you'll need to adjust the input parsing and output format.
would that work or am I out in left field?
Yes, that's how you write to a file.
I am curious about why there are so many languages, if 3 or 4 can do it all....
Because no language does it all, or does it the same way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Sort then conditionally sort
by lukez (Initiate) on Apr 15, 2009 at 00:10 UTC | |
by ikegami (Patriarch) on Apr 15, 2009 at 02:31 UTC |