- or download this
HOST: foreach $host (@hostlist) {
my $timeout = 30;
...
Log(LOGFILE, "ERROR: $0:$host:Cant Connect to site:$@");
next HOST;
}
- or download this
#
# Use openRemote to create a tunnel to the remote mysql server.
...
closeRemote($port) ;
return 0 ;
}
- or download this
#
# Open the SSH Connection to the site.... this provides us with a tu
+nnel for
...
return 1 ;
}