11.07.2015 Views

POE, Reflex, AnyEvent, Coro.pdf - The Lack Thereof

POE, Reflex, AnyEvent, Coro.pdf - The Lack Thereof

POE, Reflex, AnyEvent, Coro.pdf - The Lack Thereof

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

# We create a new PoCo-IRC objectmy $irc = <strong>POE</strong>::Component::IRC->spawn(nick => $nickname,ircname => $ircname,server => $server,) or die "Oh noooo! $!";<strong>POE</strong>::Session->create(package_states => [main => [qw(_default _start irc_001 irc_public)],],heap => { irc => $irc },);# $poe_kernel provided by <strong>POE</strong>::Kernel$poe_kernel->run();

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!