in reply to Parallel::ForkManager child returns no data
Add use strict; to the file right before use Parallel::ForkManager;. Then fix all of the compilation errors you get when you test the file with perl -c. Once you've done that it should be easy to figure out why it didn't work correctly in the state you presented it to us.
|
|---|