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


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

Further to Khen1950fx's reply: Dominus's excellent Higher-Order Perl (freely downloadable here) discusses general iterative approaches to solving combination/permutation problems, with a bio-application example in section 4.3.2 "Genomic Sequence Generator".

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