http://www.perlmonks.org?node_id=142576


in reply to Re: (tye)Re: A vexing list vs. scalar context question.
in thread A vexing list vs. scalar context question.

Perhaps ref() should return an overloaded string that returns true when compared to both the underlying reference type and the class owning the object?
Why? That's what UNIVERSAL::isa() is for. Or should the return value from ref() be an overloaded string that returns true when compared to the underlying reference type, or the class owning the object, or any of the super classes of the class owning the object? That seems an unnecessarily complicated solution to a problem that has already been solved.
  • Comment on Re: Re: (tye)Re: A vexing list vs. scalar context question.