in reply to Re:(4) bubble sort in perlin thread bubble sort in perl
Check out the main loop:
bubble(\@raw_data) while !isSorted(\@raw_data); [download]