in reply to DBI TimeOuts
Update: fixed print statement.if ( $@ ) { ++$ConnectAttempts; print "", ( $@ =~ /DB CONN FAIL/ ) ? "CONNECT TIMED OUT\n" : "SOME OTHER CONNECTION PROBLEM\n"; } else { print "CONNECT IS GOOD\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI TimeOuts
by daveime (Novice) on Jun 25, 2004 at 18:11 UTC |