I’m not sure if this could be classed as a Perl problem or a Solaris 10 problem or a bit of both.
I have setup ssh on two servers which allows me to run a perl script on the client side which makes a call to the remote server to run another Perl script which in turn starts an application.
The application starts ok but the problem is the ssh connection does not disconnect and is waiting for some kill or escape sequence to close the connection and kill the process.
Can anyone help me?