in reply to Run Remote Command Via SSH

Hi, sorry, I know nothing about Net::SSH.

However, when you "use" with a list, it is only subs within that list that are immediately available.

Try

use Net::SSH qw(ssh_cmd ssh ...)

Good luck!

Replies are listed 'Best First'.
Re^2: Run Remote Command Via SSH
by Lotus1 (Vicar) on Nov 06, 2012 at 03:42 UTC

    I just sent an email to the module authors since the code posted by the OP is almost straight out of the synopsis for Net::SSH. The example code also does not import ssh_cmd. It's minor but can be confusing for someone new to Perl.