in reply to DBI and fork() on Win32
which might shed some light. Also, unless your code is incomplete, I don't see 'use strict' or 'use warnings'. It also might be helpful to identify the database you are using.$rc = $dbh->disconnect or warn $dbh->errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI and fork() on Win32
by BrowserUk (Patriarch) on Feb 10, 2009 at 15:02 UTC | |
|
Re^2: DBI and fork() on Win32
by ikegami (Patriarch) on Feb 10, 2009 at 15:48 UTC |