in reply to Running Perl Script on ssh from remote machine
> I want to run this script from remote machine through ssh. (ssh user@machine_name perl sar1.pl -e start -p -wW -i 3) this way..
which is not possible for any executables.
Instead of using system functions, try to use SSH related modules in your script and make the code work fine as per your requirement.
|
|---|