http://www.perlmonks.org?node_id=1019247


in reply to Re^5: getting rid of special features
in thread getting rid of costly special features

> However, sort order is different from "range order"...

So what?

DB<125> sort 1..12 => (1, 10, 11, 12, 2, 3, 4, 5, 6, 7, 8, 9)

Lexicographic sort is always different!

Cheers Rolf