Help for this page

Select Code to Download


  1. or download this
    Can't set socket non-blocking: Bad file descriptor at C:/Perl/lib/Net/
    +SSH/Perl.pm line 213, <GEN0> line 1
    
  2. or download this
    #vpn.pl
    #log onto vpn and get config
    ...
    my $ssh = Net::SSH::Perl->new($ip);
    $ssh->login($user, $password);
    my($stdout, $stderr, $exit) = $ssh->cmd(get sys);