Help for this page

Select Code to Download


  1. or download this
    my $SSH2 = Net::SSH2->new();
    $ssh2->connect("server.com") or die;
    
  2. or download this
    if ($ssh2->connect("server.com")) { ... }