in reply to Re^2: DBI seems to randomly die
in thread DBI seems to randomly die
lines at the top of the sub?print qq {<hr>\n} if ($mysqlDebug); print qq {$DatabaseName, $dbS, $dbU, $dbP, $mergeCount, $RemoteAdd +r, $routers<br>\n} if ($mysqlDebug);
If you're not even seeing that (and you have $mysqlDebug set, of course), then have you tried using telnet to port 80 and/or a packet sniffer to see the complete document returned by apache (including headers and anything else that your browser may eat without displaying it)?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: DBI seems to randomly die
by FitTrend (Pilgrim) on Jun 06, 2006 at 20:21 UTC |