in reply to Re: sort direction
in thread sort direction

This keeps the code clean and keeps the operations to be done in each comparison close to the minimum, without using reverse.

But you're still doing a multiplication for on each comparison. Why avoid using reverse?

Perl --((8:>*