in reply to Re: Refactoring a module with many anonymous subrefs as an OO module
in thread Refactoring a module with many anonymous subrefs as an OO module

I don't need names, but I do need the object's data inside the anonymous subs. And its my understanding that to do that with anonymous subs, I need to pass the object along, on every invocation of the sub. Can't use direct object invocation with anonymous subs, and, well, that just seemed rather, err, unelegant.
  • Comment on Re^2: Refactoring a module with many anonymous subrefs as an OO module