Re: generating a wordlist from an array of arrays

2005-10-06 Thread mark berger
about the other through, especially the recursive one. never quite get this kind of proposal the fast way. but i will check it out soon. Christer Ekholm schrieb: > mark berger <[EMAIL PROTECTED]> writes: > ... >>the only thing i came up with so far, is to generate some for loops &g

generating a wordlist from an array of arrays

2005-09-29 Thread mark berger
hey list. i stuck with gererating a wordlist from a changing multidimensional array. each entry in the array contains a list with the possible values. fe: @wordlayout = ((a, b), # possible values for 1st char (c), # possible values for 2nd char (d, e