in reply to cmpcol

graff,

Have you looked at the module Algorithm::Diff? This might be extremely relevant to your cmpcol script.

Replies are listed 'Best First'.
Re: Re: cmpcol
by graff (Chancellor) on Apr 21, 2002 at 20:20 UTC
    Thanks! I'm sure to find good uses for Algorithm::Diff. While that module covers some similar issues/situations, I'll keep cmpcol as-is: to compare sets of elements from two lists in terms of intersection, union and xor, regardless of the input ordering of elements within each set.