in reply to try to connect to Linux

Please use <code> tags to format your code.

Your error message is missing a piece, but if you read the actual message, you'll see that it's giving you the useful hint that the Net::SSH2::Perl module is missing, which isn't surprising because there is no such module. Perhaps you meant Net::SSH::Perl?

Replies are listed 'Best First'.
Re^2: try to connect to Linux
by tangent (Parson) on Sep 30, 2014 at 02:21 UTC
    Edit: saying same thing