![]() |
|
XP is just a number | |
PerlMonks |
Re: System Function...script does not move until process ends.by RazorbladeBidet (Friar) |
on Apr 05, 2005 at 18:13 UTC ( #445070=note: print w/replies, xml ) | Need Help?? |
From the first line of system:
Does exactly the same thing as exec LIST , except that a fork is done first, and the parent process waits for the child process to completeIf you're starting a database using system - it's going to wait until that child dies!! Try starting it in the background (??) or using qx//
-------------- "But what of all those sweet words you spoke in private?" "Oh that's just what we call pillow talk, baby, that's all."
In Section
Seekers of Perl Wisdom
|
|