http://qs321.pair.com?node_id=122812

cecil36 has asked for the wisdom of the Perl Monks concerning the following question: (strings)

I want to write a script in perl that will allow a user to type in a string of letters and have the script return all the matches in a word list. My script should be able to find all possible letter arrangements for the letters typed in. In case you are wondering what the script is for, I'm planning on using the script as an aid in playing Scrabble.

Originally posted as a Categorized Question.