in reply to Re: Why does $$self++ work?
in thread Why does $$self++ works?

You are not using the object as a counter but the de-reference of the object

The OP --not you-- has the correct terminology. The thing referenced is the object --the thing that is blessed-- not the reference.

The code in question does indeed increment the object, which is unusually a scalar instead of a hash.