From: Martin DeMello Date: 2009-03-16T18:52:03+09:00 Subject: Re: Need basic help On Mon, Mar 16, 2009 at 3:11 PM, jazzez ravi wrote: > Hi All, > > word="busae" > > need: > > i want to get all possible words with above 5 letters. The common terms for this are "permutations" and "anagrams". Googling for "ruby permutations" gets a bunch of useful hits. martin