in reply to Re^2: How can I sort this data on the first field
in thread How can I sort this data on the first field
The example can, but as soon as you have numbers that are a different order of magnitude, it will fail:
print sort <DATA>; __DATA__ 9|microsoft 70|aol 108|netscape 35|mozilla 40|opera
Based on the similarity of this example, with that in Need help with searching flatfile and updating it., I can only assume that the numbers aren't going to remain static.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: How can I sort this data on the first field
by Chady (Priest) on Apr 25, 2005 at 17:29 UTC |