Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    }
        
    close LOGFILE;
    
  2. or download this
    Can't connect to 10.0.0.3, port 22: No route to host at /usr/lib/perl5
    +/vendor_perl/5.8.5/Net/SSH/Perl.pm line 206.
    
  3. or download this
        connect($sock, sockaddr_in($rport, $raddr))
            or die "Can't connect to $ssh->{host}, port $rport: $!";