in reply to Re^4: run a perl script on a unix machine from a win machine
in thread run a perl script on a unix machine from a win machine
Then this isn't going to work. You should read and understand what plink does, and think about how perl works too. IMHO you should write a script which copies your file to the target servers, connects to each server in turn (via the likes of Net::SSH) executes the script and captures (or transfers) the results/output if appropriate.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: run a perl script on a unix machine from a win machine
by sumeetgrover (Monk) on Dec 01, 2011 at 16:09 UTC |