[EMAIL PROTECTED] wrote: > Is there an function that not suspends the current prog running when > executes another script?
You need two functions for that: fork() and exec() See: perldoc -q "How do I start a process in the background?" -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]