in reply to Re^4: my least favorite perl feature
in thread my least favorite perl feature
I'll admit ignorance of overloading but wouldn't only apply if you went $obj_var_a == $obj_var_b? The snippet I showed took references to both and compared the address on the references. Wouldn't that bypass any == overloading because the newly created references aren't overloaded?
In Section
Seekers of Perl Wisdom