in reply to Re^2: Help! cannot solve a "die" ing problem with Class::DBI
in thread Help! cannot solve a "die" ing problem with Class::DBI

The problem with a DIE handler is that it catches other people's exceptions when they were trying to use eval{} blocks. See this for more.
  • Comment on Re^3: Help! cannot solve a "die" ing problem with Class::DBI

Replies are listed 'Best First'.
Re^4: Help! cannot solve a "die" ing problem with Class::DBI
by JohnSSSS (Initiate) on Sep 21, 2004 at 11:23 UTC
    ok thanks. Not sure this is the root cause, as
    use base "Class::DBI::__::Base";
    is not in an eval{} block, and this is where the die is propagating from.