http://qs321.pair.com?node_id=490231


in reply to Re^2: Isn't Perl5 ready for C<my sub>?
in thread Isn't Perl5 ready for C<my sub>?

well, that's one thing. Then there's things like: does the sub get re-created on each scope entry (so it captures external lexical vars anew) and does it affect method resolution?

Dave.