in reply to Forking not working when perl runs in Docker

I will look at a small self contained example script that demonstrates the problem, but I'm not going to go off site to chase down some code that I probably can't easily run to help solve an issue that is of minor interest to me.

It's unlikely to be a Perl issue so much as something missing from the Docker image. Check your logs and make sure you use strictures (use strict; use warnings; - see The strictures, according to Seuss).

Premature optimization is the root of all job security
  • Comment on Re: Forking not working when perl runs in Docker