Dear list,Is there a way to acquire the exit code of child processes that are started using $r->spawn_proc_prog()?
I managed to acquire the standard output and error streams, but the exit code does does not seem to be accessible to my Perl CGIs.
Thanks, Remo