in reply to overload =~ operator
Another possibility is, depending on the structure of your objects (or classes), you can use List::Compare, Array::Compare, etc, and make methods for comparing different parts of your objects (or classes). This allows you more control over the comparisons and allows them to be more granular should you have the need to dig deeper to see where the differences are.
Eric
|
|---|