in reply to Re^4: How to Run Script for Multiple Files in Parallel?
in thread How to Run Script for Multiple Files in Parallel?

yes, try also adding some debugging print statements in your run_code sub to see what's happening... at least one at the end telling that everything run fine.

Proc::Queue has also a more verbose debug mode you can try as Proc::Queue::debug(1). It exposses a lot of the module internals, but it's not imposible to understand.

  • Comment on Re^5: How to Run Script for Multiple Files in Parallel?