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


in reply to Re: May Thy Closures Be Blessed
in thread May Thy Closures Be Blessed

Yes, but not more than any other form of inheritance does.

Good point.

I guess I just worry about DESTROY with inside-out objects more because having a correct DESTROY block suddenly becomes something you need for every class with its own state, rather than something you only need for rare classes that fiddle with external resources.