POE::Component::SpreadClient

Handle Spread communications in POE
Download

POE::Component::SpreadClient Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Apocalypse
  • Publisher web site:
  • http://search.cpan.org/~apocal/

POE::Component::SpreadClient Tags


POE::Component::SpreadClient Description

Handle Spread communications in POE POE::Component::SpreadClient is a Perl module to handle spread communications in POE.SYNOPSIS POE::Component::SpreadClient->spawn( 'spread' ); POE::Session->create( inline_states => { _start => &_start, _sp_message => &do_something, _sp_admin => &do_something, _sp_connect => &do_something, _sp_disconnect => &do_something, _sp_error => &do_something, } ); sub _start { $poe_kernel->alias_set('displayer'); $poe_kernel->post( spread => connect => 'localhost', $$ ); $poe_kernel->post( spread => subscribe => 'chatroom' ); $poe_kernel->post( spread => publish => 'chatroom', 'A/S/L?' ); }POE::Component::SpreadClient is a POE component for talking to Spread servers.This module should only be used with Spread 3.17.3 ( or compatible versions ). Requirements: · Perl


POE::Component::SpreadClient Related Software