#run script.pl as child process my $pid; my $script = '/myroot/public_html/cgi-bin/script.pl'; if ($pid = fork) { #do something } elsif (defined $pid) { close STDOUT; system $script; } else { die "Major error: $!"; }
In reply to Re: How to run a 2nd script in background?
by jonnyfolk
in thread How to run a 2nd script in background?
by MelaOS
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |