in reply to Re^2: a little problem with sorting my data
in thread a little problem with sorting my data
I had written a line about that, but I must have deleted it by accident.
Indeed, it groups but it doesn't sort. I had already provided a solution for sorting. If the OP also wants to sort the ids and then do something with them, he can do:
for ( sort <$fh> ) { my @fields = ...; ... }
|
|---|