in reply to Re^3: Avoiding reference of sub optimization
in thread Avoiding reference of sub optimization

Making them all closures is what I'm planning to do now.

I was using an inside-out mechanism to set the attributes (a hash as class-variable with the subref as key) but know I'm thinking about closing over a hash %attribute at generation.

So no practical problem, just asking for insight.

Cheers Rolf