in reply to Re: Need Help in NET::SSH::Perl to fetch the status of remote pid
in thread Need Help in NET::SSH::Perl to fetch the status of remote pid
Hello Khen. The example you posted does not see if the process is working on remote machine.When you give
system("kill 0 28075; echo $?") you are seeing if the process exist on local machine and the system command will not return the output. Then the $cmd you pass it to remote machine . What I wanted is to execute the " process exist or not on remote machine . Please do help me
|
|---|