in reply to Threaded recursion and lexical variables

Shouldn't lexically scoped variables be created within the local scope, and take undef as their default value, like any other (non-threaded) recursive call ?
Yes.

Can you provide a short (say < 20 lines) but complete program that demonstrates this issue?

Dave.

  • Comment on Re: Threaded recursion and lexical variables