Help for this page
#!/usr/bin/perl use Net::OpenSSH; ... $ssh->error and die "Unable to connect: " + $ssh->error; print "Connected to $ssh\n"; undef $ssh;
c:\Users\lax1_test\Desktop\ASRT_trunk>perl -w test.pl # open_ext: ['ssh','-V'] # io3 mloop, cin: 0, cout: 1, cerr: 0 # io3 fast, cin: 0, cout: 1, cerr: 0