diff options
Diffstat (limited to 'perl/perl-Sort-Naturally/README')
-rw-r--r-- | perl/perl-Sort-Naturally/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Sort-Naturally/README b/perl/perl-Sort-Naturally/README new file mode 100644 index 0000000000..8064e2ce11 --- /dev/null +++ b/perl/perl-Sort-Naturally/README @@ -0,0 +1,4 @@ +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. |