in reply to bubble sort in perl
@raw_data = sort @raw_data; [download]
@raw_data = sort {$b <=> $a} @raw_data [download]