in reply to Re: Perl version dependent code (updated)
in thread Perl version dependent code
(I know this no longer answers the OP exact question, but it seems to me this would be more straight forward.)use Unicode::CaseFold qw(case_fold !fc) @list = sort {case_fold($_)} @list;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Perl version dependent code
by haukex (Archbishop) on Jan 25, 2019 at 11:38 UTC |