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


in reply to Re: nested combinations: algorithm advice?
in thread nested combinations: algorithm advice?

Excellent! I thought there might be a nicer way than the brute-force combinations. Also, using regexes instead of looping on the word lists is nice -- let the regex engine do the dirty work. Thanks for the reply, I will probably steal your ideas. :)