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?
Seeking Green geeks in Minnesota
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: my least favorite perl feature
by adrianh (Chancellor) on Feb 06, 2003 at 21:02 UTC |