in reply to What to expect from Object::Assimilate

How does it compare to writing my own overload methods? Does it provide some sort of mechanism to distinguish which object attributes are significant? Example code would be nice.

I'm not trying to be tough, just trying to get a feel for what the module does. If it does what I think it does, it sounds very useful.

  • Comment on Re: What to expect from Object::Assimilate

Replies are listed 'Best First'.
Re: Re: What to expect from Object::Assimilate
by jonasbn (Scribe) on Sep 15, 2001 at 21:04 UTC
    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.