Help for this page

Select Code to Download


  1. or download this
    my %clients;
    
    ...
    
    POE::Kernel->run();
    exit;
    
  2. or download this
    my %plugins;
    
    ...
    
    POE::Kernel->run();
    exit;