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

Comparing AnyEvent-MP/eg/chat_client (file contents):
Revision 1.8 by root, Wed Aug 19 05:57:14 2009 UTC vs.
Revision 1.9 by root, Thu Aug 27 22:21:09 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
10my ($nick, $servernode) = @ARGV; 10my $nick = shift;
11 11
12initialise_node "slave/", $servernode; 12initialise_node "anon/";
13 13
14$| = 1; 14$| = 1;
15 15
16my $port = port; 16my $port = port;
17 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines