in reply to Yet Another Sort Benchmarking Question
@foo = sort { $a cmp $b } @bar; @foo = sort { $a <=> $b } @bar; [download]