in reply to Re: Problem localizing $_ using threads::shared
in thread Problem localizing $_ using threads::shared

I do have a map in there that sets $_. The doit_my version is exactly the same with s/doit_local/doit_my/ on that one line:

$$x{foo} = join " ", map '"'.doit_my($_).'"', 'find', ...

Good Day,
    Dean