Help for this page
# create async executor SINGLETON object my $mojox_run = MojoX::Run->singleton(); ... unless ($pid) { print "Command startup failed: ", $mojox_run->error(), "\n"; }