![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: How can I sort my array numerically on part of the string?by BillKSmith (Prior) |
on Dec 01, 2020 at 21:37 UTC ( #11124487=note: print w/replies, xml ) | Need Help?? |
Use the function nsort_by in the module List::SomeUtils.
OUTPUT: '1,cat', '001,elk', '2,dog', '11,eel', '13,mink', '22,mouse'
Bill
In Section
Seekers of Perl Wisdom
|
|