in reply to Re: What to expect from Object::Assimilate
in thread What to expect from Object::Assimilate
Hi chromatic,
Well the class is VERY simple, it stringifies objects and
compares these. You can find the code at:
http://jonasbn.hjem.wanadoo.dk/perl/
So all it does is save you from writing you own overload
method. But at least to me that's a beginning.
I have changed the class name to Object::Compare instead.