"Dr.Ruud" schreef: > $sorted = join "", sort split "", lc($word);
This one is better: $sorted = join "", sort split //, lc($word); The parentheses around $word are (also) not necessary. -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/