28 Aug
2002
28 Aug
'02
7:36 a.m.
Hi all, Is it possible to fire up ssh and run a remote command in a perl script, somthing like : system("ssh <user>@<host>:/<command>"); Would the above run the command then quit or stay logged in ? Basicaly I need to run a script on a local machine and dependant upon results, run a script on a remote machine, then continue back with the script on the local machine. Hope it makes sense.. TIA Simon