if ($pid = fork); # this is the parent, the script that keeps running; } else { exec "any_program_you_like"; # this is the child which will be replaced with # the other command }
In reply to RE: running a program
by le
in thread running a program
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |