ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/eg/chat_server
(Generate patch)

Comparing AnyEvent-MP/eg/chat_server (file contents):
Revision 1.7 by root, Wed Aug 19 05:57:15 2009 UTC vs.
Revision 1.8 by root, Mon Aug 31 10:07:04 2009 UTC

5 5
6use common::sense; 6use common::sense;
7use AnyEvent::MP; 7use AnyEvent::MP;
8use AnyEvent::MP::Global; 8use AnyEvent::MP::Global;
9 9
10initialise_node; 10configure;
11 11
12my %clients; 12my %clients;
13 13
14sub msg { 14sub msg {
15 print "relaying: $_[0]\n"; 15 print "relaying: $_[0]\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines