in reply to combinations of VARYING multiple arrays

In addition to Algorithm::Loops you should consider Algorithm::Permute, Math::Permute::List, Permute::Named, and other modules that appear in a search for 'Permute' on CPAN.

  • Comment on Re: combinations of VARYING multiple arrays

Replies are listed 'Best First'.
Re^2: combinations of VARYING multiple arrays
by anonymized user 468275 (Curate) on Nov 17, 2010 at 21:10 UTC
    The problem isnt which module but how to call the module recursively to manage nested dynamic sets. I think the constructor for Algorithm::Loops, say, has to be called in a recursive routine that exhausts the different sets being permuted. But that is going to be very slow so I hesitate to put that as a serious solution. I have to think on! Update: maybe traverse with Parse::RecDescent and have that permute each set encountered.

    One world, one people