Help for this page

Select Code to Download


  1. or download this
    eval {
      my $ssh = Net::SSH::Perl->new($host);
    ...
    $@ and print "SSH failed: $@";
    
    print "This is END where i want to see\n"