TheYoungMonk has asked for the wisdom of the Perl Monks concerning the following question:
Actually, I am looking for a way to call another perl script file from a script, so the called script will run on the background.To be more specific, even if the file(called-script) i am calling leads to a infinite loop, the calling-script must continue executing...
Is it possible to do this using Win32::Process ? Does any monk know how to go about it ?
Title edit by tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Threads
by BrowserUk (Patriarch) on Dec 18, 2002 at 11:14 UTC | |
by TheYoungMonk (Sexton) on Dec 18, 2002 at 11:57 UTC | |
by BrowserUk (Patriarch) on Dec 18, 2002 at 12:03 UTC | |
by TheYoungMonk (Sexton) on Dec 18, 2002 at 12:00 UTC | |
|
Re: Threads
by Nitrox (Chaplain) on Dec 18, 2002 at 13:48 UTC | |
|
Re: Running another script in the background on Win32
by John M. Dlugosz (Monsignor) on Dec 18, 2002 at 17:24 UTC |