in reply to Get Perl packages

I would probably (only from documentation, not use) try Net::SSH::Perl instead of Net::SSH, since the Net::SSH perldoc says:

Q: How do you supply a password to connect with ssh within a perl script using the Net::SSH module?
A: You don't. Use RSA or DSA keys. See the ssh-keygen(1) manpage.

--MidLifeXis

Replies are listed 'Best First'.
Re^2: Get Perl packages
by Mencial (Initiate) on Jun 13, 2007 at 21:16 UTC

    Thanks a lot.

    Now what I need is for someone to help me set up a local repository to install the package you recommend.