in reply to Re^2: Return all the data from child to parent with Parallel::Forkmanager
in thread Return all the data from child to parent with Parallel::Forkmanager

... because the whole purpose of this exercise was to try to read the files in parallel?
  • Comment on Re^3: Return all the data from child to parent with Parallel::Forkmanager

Replies are listed 'Best First'.
Re^4: Return all the data from child to parent with Parallel::Forkmanager
by Corion (Patriarch) on Aug 18, 2017 at 20:38 UTC

    Aaah - I had missed that within that loop, there also is a $pm->start and next.

    Still, I wouldn't use string-eval there :)