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 !!