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.5 by root, Sat Sep 5 21:16:59 2009 UTC vs.
Revision 1.6 by root, Wed Mar 21 01:14:12 2012 UTC

3# Usage: ./chat_client nickname optional-servernode 3# Usage: ./chat_client nickname optional-servernode
4# implement a chat client using "bridge-head" methodology. 4# implement a chat client using "bridge-head" methodology.
5 5
6use common::sense; 6use common::sense;
7use AnyEvent::MP; 7use AnyEvent::MP;
8use AnyEvent::MP::Global;
9 8
10my $nick = shift; 9my $nick = shift;
11 10
12configure; 11configure;
13 12

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines