in reply to par & Net::SSH

NB: You're talking about Net::SSH, which actually depends on nothing at all apart from that ssh is installed, it's a wrapper. Net::SCP likes to have String::ShellQuote installed as well, nothing that serious.

You probably meant Net::SSH::Perl, which has a lot of dependencies, as it's pure perl, unlike the other two.

So, supposing you have ssh installed everywhere, you can use Net::SSH and forget about the dependencies.. (works fine for me anyhow..)

C.

Replies are listed 'Best First'.
Re: Re: par & Net::SSH
by zakzebrowski (Curate) on Aug 27, 2003 at 14:16 UTC
    Thanks for the clarification between the two modules! Net::SSH & Net::SCP were probbably what I was looking for instead of the Net::SSH::Perl... (Makes the code for Net::SSH & Net::Telnet much similar...) Cool! Thanks dude! When I publish the module && I get blessed from the legal department <cat-grin>, I'll be sure to give ya'll credit.

    ----
    Zak