in reply to System Function...script does not move until process ends.
(Maybe if you have a windows port of the bash shell, you'd have the same functionality regarding "background job control" as you get on unix -- I'm not a windows user these days, so I'm not sure about that.)
OTOH, doing the fork/exec yourself with perl functions will give you a lot more control over the situation, and you'll probably want that.
|
|---|