in reply to Re: Process ID of launched program?
in thread Process ID of launched program?
THANKS PERL MONKS!!!
The fork() and exec() functions together will allow me to launch a program and find its pid.
I'll try and post my Perl program load managing program to the "code" section after I write it.