in reply to Re^2: Strange behaviour with DBD::Oracle
in thread Strange behaviour with DBD::Oracle

The code , as presented, doesn't mess with signals, and even if it did, echo still has nothing to do with DBI or DBD::Oracle

  • Comment on Re^3: Strange behaviour with DBD::Oracle

Replies are listed 'Best First'.
Re^4: Strange behaviour with DBD::Oracle
by mje (Curate) on Sep 05, 2011 at 08:39 UTC

    I know the code "as presented" does not mention signals but the code it uses under the hood does. I think you'll find Oracle's instant client library changes the disposition of some signals and as Perl backticks uses system (which relies on SIGCHLD) it is relevant to the post and probably the answer.