slackbuilds/perl/perl-Sort-Naturally
Zachary Storer 01be0079dd perl/perl-Sort-Naturally: Fix source URLs. 2014-07-22 16:23:21 +07:00
..
README perl/perl-Sort-Naturally: Added (sort lexically, but numeral parts numerically) 2011-11-26 09:08:08 -06:00
perl-Sort-Naturally.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
perl-Sort-Naturally.info perl/perl-Sort-Naturally: Fix source URLs. 2014-07-22 16:23:21 +07:00
slack-desc perl/perl-Sort-Naturally: Updated for version 1.03. 2013-03-04 17:26:56 -05:00

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.