freebsd-ports/devel/p5-Algorithm-ChooseSubsets/pkg-descr
Bill Fenner 28cfc06ac5 search.cpan.org redirect reduction canonicalization project, pass 3:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.  These are mostly stragglers that should have been caught in pass 2.

This pass brought to you by Bill's 102-degree fever during pass 2.
2005-09-22 18:57:24 +00:00

12 lines
446 B
Text

Perl algorithm to iterate through subsets of a list.
"Subsets" in this context refers to lists with elements taken
from the original list, and in the same order as the elements in the
original list. After creating the object, subsequent calls to next()
will return the next such list in lexicographic order (where the alphabet
is the original list).
WWW: http://search.cpan.org/dist/Algorithm-ChooseSubsets/
- Brian Duggan
bduggan@matatu.org