Re: Slightly OT: DBD::Oracle::ping

2001-11-20 Thread Stas Bekman
Andrei A. Voropaev wrote: > Hi! > > In the code for DBD::Oracle::db::ping method there are lines > > local $SIG{__DIE__}; > local $SIG{__WARN__}; > > As I understand these lines don't do anything though I guess they are supposed > to suppress warning messages and possibly 'die' messag

Slightly OT: DBD::Oracle::ping

2001-11-20 Thread Andrei A. Voropaev
Hi! In the code for DBD::Oracle::db::ping method there are lines local $SIG{__DIE__}; local $SIG{__WARN__}; As I understand these lines don't do anything though I guess they are supposed to suppress warning messages and possibly 'die' messages. Currently everytime when ping fails and w