Note: system() returns 0 on success. If you have system() || die() you are trying to die on success. That, I'm assuming, would be bad.system("cmd &") && die "cmd failed: $!\n";
In reply to Re: Run the process in the background
by Codon
in thread Run the process in the background
by perl@newbie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |