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

Thanks to point me to the usage of $active in the constructor! By passing it as a reference, it is the scalar I access while dereferencing $self.
Now, as understand whats going on, I will try to use this approach in my implementation, and see wether there will be a notable performance improvement. :-)