Help for this page

Select Code to Download


  1. or download this
    # $_[KERNEL] is a reference to the program's global POE::Kernel
    # instance; $_[HEAP] is the session's local storage; $_[SESSION] is
    # a reference to the session itself.
    
  2. or download this
    my $kernel = $_[KERNEL];
    $kernel->run;