in reply to Re^3: Need Help Installing Net::SSH2
in thread Need Help Installing Net::SSH2

Hi Salva. Ah, it looks like I should be able to just use my existing Perl code with that module ... Cool! That will be really helpful if I am unable to get Net::SSH2 installed. I'm actually still trying to do the suggestion below by khen1950, and it's now a case of wanting to learn how to do it properly, which I'd like to do even if the Net::OpenSSH pans out. Anyway, thanks very much for the suggestion. Appreciated!

Replies are listed 'Best First'.
Re^5: Need Help Installing Net::SSH2
by salva (Canon) on Aug 30, 2011 at 07:04 UTC
    Ah, it looks like I should be able to just use my existing Perl code with that module

    Mostly yes, there are some features that can not be emulated by Net::OpenSSH but in my experience those are rarely used.

    Anyway, if you decide to use it, don't hesitate to report any problem you may find.