I think Quantum::Superpositions can also help until we'll have junctions in Perl6.
--Eitan On 8/20/07, Gaal Yahas <[EMAIL PROTECTED]> wrote: > On 8/20/07, Peter Gordon <[EMAIL PROTECTED]> wrote: > > I have a number of arrays > [...] > > and I want to find all possible combinations of all elements > [...] > > Is there a package which iterates over arrays? > > You mean you don't know in advance how many arrays you have (or just > want to factor out the nestedness in your code)? Take a look at > Algorithm::Loops, specifically at the "Nested loops" stuff. > _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
