slackbuilds/perl/perl-Sort-Naturally
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05: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: Updated for version 1.03. 2013-03-04 17:26:56 -05: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.