http://www.perlmonks.org?node_id=991337


in reply to Is it possible to generate all possible combinations of 2-letter and 3-letter words in perl?

I humbly submit Math::Fleximal. It may be that generating the array is only the first step in your desired outcome. If you treat the created array as a number it allows for direct calls to each position. Using this method the definition of the array is flexible and quick.

  • Comment on Re: Is it possible to generate all possible combinations of 2-letter and 3-letter words in perl?