Help for this page
print('1.01:dfsfda'+'1.34:kjlkljkj',"\n"); # prints 2.35\n
@sorted = sort { $a <=> $b } @data;