Help for this page

Select Code to Download


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