http://qs321.pair.com?node_id=472100


in reply to Using POE::Component::IRC

Net::IRC is much easier to install, understand and use. It takes less memory and isn't prone to spawn a hundred zombies if you make a mistake. I'm curious about why POE provides a better solution? Thanks.

Replies are listed 'Best First'.
Re^2: Using POE::Component::IRC
by rcaputo (Chaplain) on Jul 04, 2005 at 07:26 UTC
Re^2: Using POE::Component::IRC
by bingos (Vicar) on Jul 04, 2005 at 08:05 UTC
Re^2: Using POE::Component::IRC
by polettix (Vicar) on Jul 04, 2005 at 11:18 UTC
    This is not a direct answer to your question, but I did find some problems with Net::IRC.

    I recently found that SlashNET presumes that a client is disconnected if it does not send PING messages at a regular pace. Net::IRC doesn't, and trying to fix it using do_one_loop made me discover that this function should be called from a package when working with use warnings;. I also had to hack the module to add support for the PONG answer message.

    Flavio
    perl -ple'$_=reverse' <<<ti.xittelop@oivalf

    Don't fool yourself.