Yup .. that's what I ended up doing.
my $cmd = "cd /home/foo/$row->{'dir'} && " . "./$row->{'name'}.pl >some.out 2>some.err &"; my $result = system ( $cmd );
And it works fine. Thanks for following up.
In reply to Re^2: Can I use Mojo::IOLoop::Subprocess for a non-blocking process?
by talexb
in thread Can I use Mojo::IOLoop::Subprocess for a non-blocking process?
by talexb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |