Help for this page

Select Code to Download


  1. or download this
        connect($sock, sockaddr_in($rport, $raddr))
            or die "Can't connect to $ssh->{host}, port $rport: $!";
    
  2. or download this
    eval { my $ssh = Net::SSH::Perl->new($tsip) }
    if ( $@ )
    ...
    {
       # Success
    }