Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
..
README ab6a745a79 perl/perl-Sort-Naturally: Added (sort lexically, but numeral parts numerically) 13 years ago
perl-Sort-Naturally.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
perl-Sort-Naturally.info a84de11899 perl/perl-Sort-Naturally: Update download. 6 years ago
slack-desc e0eae933c1 perl/perl-Sort-Naturally: Updated for version 1.03. 11 years ago

README

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