in reply to
Combinatorics of Math::Combinatorics
As that module currently stands, it looks like you would need to do some (recursive?) combining of
combine(1,@n)
,
combine(2,@n)
, and
permute(@n)
.
Comment on
Re: Combinatorics of Math::Combinatorics
Select
or
Download
Code
In Section
Seekers of Perl Wisdom