Hey,
what i'm trying to do is have a script that reads (audio-wise) some mud output to me using some speech engine.
I do this using a system() call which works pretty well,
except that it is halting the whole system until the audio stuff is done. Since fork() doesnt seem to be supported by Perlscript, I'm looking for another solution that lets me have something like a background process which doesnt stop the whole script.
Any ideas?
Thanks in advance,
Andreas.
what i'm trying to do is have a script that reads (audio-wise) some mud output to me using some speech engine.
I do this using a system() call which works pretty well,
except that it is halting the whole system until the audio stuff is done. Since fork() doesnt seem to be supported by Perlscript, I'm looking for another solution that lets me have something like a background process which doesnt stop the whole script.
Any ideas?
Thanks in advance,
Andreas.