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.114 - 2019-12-15

  • Add meta().

Modules

Collection of sort subroutines
Sort ascibetically (string-wise)
Sort non-numbers (sorted asciibetically) before numbers (sorted numerically)
Sort by number of occurrences of pattern in string
Sort by first number found in text or (if no number is found) ascibetically
Sort by last number found in text or (if no number is found) ascibetically
Sort by length of string
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 (by number or string parts)
Sort numerically
Dummy module to catch Sort::Sub typo
Test Sort::Sub::* subroutine