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

Comparing AnyEvent-MP/eg/chat_client2 (file contents):
Revision 1.3 by root, Mon Aug 31 10:07:04 2009 UTC vs.
Revision 1.4 by root, Mon Aug 31 13:18:06 2009 UTC

7use AnyEvent::MP; 7use AnyEvent::MP;
8use AnyEvent::MP::Global; 8use AnyEvent::MP::Global;
9 9
10my $nick = shift; 10my $nick = shift;
11 11
12configure "anon/"; 12configure;
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