Gurusamy Sarathy <gsar@ActiveState.com> wrote > For example, when starting a thread at a specific subroutine, it is > only necessary to clone data that is "reachable" from that subroutine. > (If you clone just the CV, this is what you'd get.) But the "reachable" data presumably includes all global data, and, if you think about eval "", perhaps used in some subroutine called from the one being cloned, potentially much lexical data as well. So I don't really understand how this works in practice. Mike GuyThread Next