POE
The Kernel

Creating the Kernel

  use POE;

Accessing the Kernel (outside a session)

  POE::Kernel->run();
  $poe_kernel->run();

POE
Copyright (c) 2004 Jonathan Steinert <hachi@kuiki.net>