in reply to Re: Cannot exit Perl process once ODBC call has been made
in thread Cannot exit Perl process once ODBC call has been made
Perhaps the OP could indeed try using DBI+DBD::ODBC instead. I see no %SIG manipulation in the perl source of Win32::ODBC — $SIG{INT} is the way to capture the signal coming from ctrl-C. So I can only guess that it hangs in the XS part (the DLL) of this module...
|
|---|