l.frankline has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I have a problem only with these below two lines:
system("c:\block.exe");Please let me describe the problem:
The perl script is working fine, but when the "block.exe" is executed, the perl script is not allowing to execute the next command line, It executes the second line only after the termination of "block.exe".
My question is - How can I execute both the command lines simultaneously.?
Suggestions Please. Thank you!
regards,
Franklin
Don't put off till tomorrow, what you can do today.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to skip to next Command line
by Corion (Patriarch) on Jan 25, 2006 at 08:49 UTC | |
Re: How to skip to next Command line
by davido (Cardinal) on Jan 25, 2006 at 08:46 UTC | |
by Perl Mouse (Chaplain) on Jan 25, 2006 at 09:35 UTC | |
Re: How to skip to next Command line
by jbrugger (Parson) on Jan 25, 2006 at 08:28 UTC | |
Re: How to skip to next Command line
by Mandrake (Chaplain) on Jan 25, 2006 at 08:44 UTC | |
Re: How to skip to next Command line
by Anonymous Monk on Jan 25, 2006 at 15:50 UTC |