http://qs1969.pair.com?node_id=11134287


in reply to Re^4: How can I do a numeric sort on a substring?
in thread How can I do a numeric sort on a substring?

For an even more general sort, see the function 'sort_by' in List::UtilsBy.
Bill
  • Comment on Re^5: How can I do a numeric sort on a substring?

Replies are listed 'Best First'.
Re^6: How can I do a numeric sort on a substring?
by salva (Canon) on Jun 28, 2021 at 09:25 UTC
    No, no!!!

    Sort::Key family of modules is far more general and flexible than List::UtilsBy::sort_by!

      Thanks for the hint. I never found that module.
      Bill