A new version of Perl module List::Compare, v0.16, has been uploaded to CPAN.
In earlier versions, when comparing two lists for relationships such as union, intersection, etc., List::Compare always returned an array holding that union, intersection, etc. @union = $lc->get_union(); In this version, the user has the option of simply requesting that a reference to such an array be returned. $union_ref = $lc->get_union_ref(); This will be useful if the user doesn't need the comparison array for its own sake but for the sake of plugging into some further computation. List::Compare v0.16 has so far been installed on Win32 (Win98 SE) and RH Linux 7.2. The author would welcome comments on installation on other platforms. Thank you very much.