in reply to Fork/Child Question
The only thing I changed from your code was to add an amersand at the end of the command to be executed by system. This should also work on cygwin, but generally not on other Windows perls.foreach (0 .. 100) { system(" do something here ... long time & "); }
|
|---|