in reply to Re: POE::Component::IRC and CTCP
in thread POE::Component::IRC and CTCP

POE has a state in which You can catch 'die's. $SIG{__DIE__} is not what I want, because it will return after the die. I'd use an eval block.

Anyway thanks for the answer, I mailed the bug to the author.

<-- z0d -->