The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.10 - 2016-12-18

  • [Incompatible change] Rename modules to by_* to be consistent with the convention.

Modules

Collection of sort subroutines
Sort non-numbers (sorted asciibetically) before numbers (sorted numerically)
Alias for Sort::Sub::by_num_in_text
Sort by last number found in text or (if no number is found) ascibetically
Sort by first number found in text or (if no number is found) ascibetically
Sort numbers (sorted numerically) before non-numbers (sorted asciibetically)
Sort naturally
Dummy module to catch Sort::Sub typo
Test Sort::Sub::* subroutine