{ local $" = ''; @out = sort { "@$a" cmp "@$b" } @in; }