SlackBuildsOrg/perl/perl-Sort-Naturally
Mikko Värri ab6a745a79 perl/perl-Sort-Naturally: Added (sort lexically, but numeral parts numerically)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2011-11-26 09:08:08 -06:00
..
perl-Sort-Naturally.info perl/perl-Sort-Naturally: Added (sort lexically, but numeral parts numerically) 2011-11-26 09:08:08 -06:00
perl-Sort-Naturally.SlackBuild perl/perl-Sort-Naturally: Added (sort lexically, but numeral parts numerically) 2011-11-26 09:08:08 -06:00
README perl/perl-Sort-Naturally: Added (sort lexically, but numeral parts numerically) 2011-11-26 09:08:08 -06:00
slack-desc perl/perl-Sort-Naturally: Added (sort lexically, but numeral parts numerically) 2011-11-26 09:08:08 -06:00

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.