in reply to How can I sort this data on the first field
No need for splitting or Schwartzian Transforms.print sort {$a <=> $b} <DATA>; __DATA__ 30|microsoft 70|aol 76|netscape 5|trouble? 35|mozilla 40|opera
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How can I sort this data on the first field
by NateTut (Deacon) on Apr 25, 2005 at 20:30 UTC | |
by Chady (Priest) on Apr 26, 2005 at 06:19 UTC |