in reply to Relationships of Matching Sets
As far as I understand what you need, your sets will be stored in arrays or hashes, and you'll have to manipulate those data structures to find relationship.
You'll find a bunch of example in the famous Perl cookbook, in which much data manipulation (including arrays and hashes) is described in a very useful way
Update : to complete this, have a look at the Set::Array and Set:Hash modules in CPAN.HTH
|
---|