in reply to No effect with SIG{INT}
Any suggestions why this is wrong ?#main $obj = DBConnect->new ; $SIG{INT} = \&close ; .... .... sub close { $obj->close ; exit ; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: No effect with SIG{INT}
by borisz (Canon) on Jan 16, 2006 at 13:38 UTC | |
|
Re^2: No effect with SIG{INT}
by ysth (Canon) on Jan 17, 2006 at 01:18 UTC |