Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: Perl version dependent code

by haukex (Archbishop)
on Jan 25, 2019 at 11:38 UTC ( [id://1228968]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl version dependent code (updated)
in thread Perl version dependent code

simpler at this point to use the case_fold function of Unicode::CaseFold in both cases

Sure, TIMTOWTDI :-) Personally I just prefer core Perl when reasonably possible.

Here's another variant (Unicode::Collate has been in the core since 5.8), although the sorting order is different:

use Unicode::Collate; @list = Unicode::Collate->new()->sort(@list);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1228968]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-25 17:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found