in reply to
running remote perl scripts
you could download the Net::SSH package and install it on your system.
look here
Comment on
Re: running remote perl scripts
Replies are listed 'Best First'.
Re^2: running remote perl scripts
by
dpatel
(Novice)
on Apr 26, 2010 at 04:32 UTC
the solution given by you, i tried copying the files same way. but some of the directory format I am not able to understand neither it resembles to the directory tree in Net-SSH-Perl package. I am not sure what to do.
[reply]
Re^3: running remote perl scripts
by
salva
(Canon)
on Apr 26, 2010 at 10:13 UTC
Net::SSH::Perl
and
Net::SSH
are two completely unrelated modules besides both being SSH clients!
[reply]
In Section
Seekers of Perl Wisdom