use strict; use warnings; #use Proc::Daemon; # tried this also, with the same # results as the snippet below use threads; # Do I even need these since use threads::shared; # Thread::Pool uses 'threads'? use Thread::Pool; use POSIX;