in reply to (chromatic) RE: RE: Re: List processing performance
in thread List processing performance

Yes, but it doesn't work properly, because you're not actually changing $_. And if you don't change $_, then the words don't get lower-cased, and your sort is off (because it'll sort upper-case before lower-case).
  • Comment on RE: (chromatic) RE: RE: Re: List processing performance