use Proc::Background; my $proc = new Proc::Background 'your_script_name'; $proc->alive; ## returns true while the process is still alive $proc->die; $proc->wait;
In reply to Re: Copying a file while running an external batch script
by massa
in thread Copying a file while running an external batch script
by mgperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |