in reply to
Re: Process ID of launched program?
in thread
Process ID of launched program?
This is exactly I want to do using perl. Can i do something like this in perl (this will work in C shell) - ./a.out & echo $! > /tmp/pid_file; thanks !!
Comment on
Re^2: Process ID of launched program?
In Section
Seekers of Perl Wisdom