Help for this page

Select Code to Download


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