doowah2004 has asked for the wisdom of the Perl Monks concerning the following question:
array1 = (a,b,c), array2 = (d,e), array3 = (f,g,h), array4 = (i), array5 = (j,k) array6 = (l) array7 = (m) Then the result should be an array that contained: adfijlm adfiklm adgijlm adgiklm . . adfijl . . adfij . . cehi . . iklm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Combinations of an array of arrays...?
by hv (Prior) on Oct 08, 2004 at 15:37 UTC | |
|
Re: Combinations of an array of arrays...?
by kvale (Monsignor) on Oct 08, 2004 at 15:55 UTC | |
|
Re: Combinations of an array of arrays...?
by thospel (Hermit) on Oct 08, 2004 at 16:23 UTC | |
|
Re: Combinations of an array of arrays...?
by dimar (Curate) on Oct 08, 2004 at 15:45 UTC | |
|
Re: Combinations of an array of arrays...?
by tmoertel (Chaplain) on Oct 08, 2004 at 16:17 UTC | |
|
Re: Combinations of an array of arrays...?
by ccn (Vicar) on Oct 08, 2004 at 17:13 UTC |