in reply to Sets of subsets

You might find Set::Partition or the partitions method of Algorithm::Combinatorics helpful.

Replies are listed 'Best First'.
Re^2: Sets of subsets
by jpearl (Scribe) on Jul 22, 2009 at 21:41 UTC
    Ah yes, not thinking of searching for "partition" was not doing me any favors. Algorithm::Combinatorics had exactly the method I was looking for (partitions) :-P. Thanks!