in reply to Re: List::Compare
in thread List::Compare
I think the point is less valid today, because now the lists do not necessarily be in the form of arrays before being passed to the constructor (or passed to function in List::Compare::Functional). Now, you can pass seen-hashes to the constructor or function -- seen-hashes which imply the existence of underlying lists. See the documentation on seen-hashes
Dave, I looked at Array::Compare when preparing the documentation. It seems to me that your approach is more tightly focused on comparing Perl arrays and takes a different approach to determining 'sameness' than does List::Compare. The two modules are tackling different problems.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: List::Compare
by davorg (Chancellor) on Jun 09, 2004 at 08:19 UTC | |
by jkeenan1 (Deacon) on Feb 18, 2006 at 22:12 UTC | |
by Aristotle (Chancellor) on Feb 19, 2006 at 23:25 UTC |