in reply to Set Operators
If you don't care about the order of the elements, Set::Scalar may be the way to go since its methods names have names that make more sense in a mathematical sense.
It should be faster than Set::Array since one needs less bookkeeping if the order is irrelevant.
Hope this helps, -gjb-
|
|---|