p5-Sort-Naturally

sort lexically, but sort numeral parts numerically

WWW CVSWeb GITHub
  1. Package version
    p5-Sort-Naturally-1.03p0
  2. Maintainer
    The OpenBSD ports mailing-list

This module exports two functions, nsort and ncmp; they are used in
implementing my idea of a "natural sorting" algorithm. Under natural
sorting, numeric substrings are compared numerically, and other
word-characters are compared lexically.