I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-10-08 04:56:27-07 by jbug
perldoc POE::Component::YahooMessenger example fails
use POE qw(Component::YahooMessenger); # spawn YM session POE::Component::YahooMessenger->spawn(Alias => 'ym'); # register your session for callbacks $kernel->post(ym => 'register'); # tell YM how to connect $kernel->post(ym => connect => { ... error message: Can't call method "post" on an undefined value at poe line 8. POE::Kernel's run() method was never called.
Direct Responses: Write a response