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


in reply to Re: How to prevent references from stringifying?
in thread How to prevent references from stringifying?

I just took a quick look at autobox, and in particular the patch it requires to be applied to perl... It seems it only enables method calls on non-objects, but it does not appear to extend other object-qualities such as overloading to non-objects.

So this trick wouldn't work afaict.

  • Comment on Re^2: How to prevent references from stringifying?