in reply to RE:(3) List processing (benchmark results)
in thread List processing performance

All of the code posted in the golf thread are one-liners. Here's mine, again:
my @words = sort grep !$seen{$_=lc}++, @words;