I was trying to sort one file with numeric values like this:
414e-05 435e-05 0.5361 0.7278 0.1341 0.9592 0.2664
With sort all the numers get so
perl -e 'print sort { $a<=>$b } <>' < input-file