I need help to make list of top useres.
I have file file.txt and need to parse it.
--- text in file.txt ---
corez 140.40
matt 132.22
jhon 120.33
damon 159.19
--- end of file ---
i need to arrange those lines like
damon 159.19
corez 140.40
matt 132.22
jhon 120.33
there is 200 lines in that file.txt
that first value is $nick and second is $db
those $db values is the thing what puts them in order.
I meet problem when trying parse same values...
So thanks for you time...
I have file file.txt and need to parse it.
--- text in file.txt ---
corez 140.40
matt 132.22
jhon 120.33
damon 159.19
--- end of file ---
i need to arrange those lines like
damon 159.19
corez 140.40
matt 132.22
jhon 120.33
there is 200 lines in that file.txt
that first value is $nick and second is $db
those $db values is the thing what puts them in order.
I meet problem when trying parse same values...
So thanks for you time...