in reply to Re: Passing a sub reference which uses Parallel::ForkManager
in thread [solved] Passing a sub reference which uses Parallel::ForkManager

Thank you both!

I have edited my code (and finally my whole post) to reflect your comments AnonomousMonk. In doing so my error did not reproduce.

I will look into MCE, thank you.

I don't see where I used a variable as a variable name. I'll look again tomorrow. It is late here, and I have to get off the computer.

Regards,
  • Comment on Re^2: Passing a sub reference which uses Parallel::ForkManager

Replies are listed 'Best First'.
Re^3: Passing a sub reference which uses Parallel::ForkManager
by 1nickt (Canon) on Apr 05, 2020 at 16:17 UTC

    Hi,

    "I don't see where I used a variable as a variable name."

    That's what you do when you use a symbolic reference like $$ref.

    Hope this helps!


    The way forward always starts with a minimal test.