in reply to
Sending & Executing a perl script on remote machine.
You might want to try
Net::SSH2
. You can use the sftp method to transfer your files, and the shell method to execute and collect the results. See
A little demo for Net::SSH2
and
Net::SSH2 Interactive command example
I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku
...................
flash japh
Comment on
Re: Sending & Executing a perl script on remote machine.
In Section
Seekers of Perl Wisdom