28cfc06ac5
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.
12 lines
446 B
Text
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
|