Re: Chat Serve/Client

2007-12-23 Thread Phil Whelan
Hi Jamie, On Dec 23, 2007 10:55 AM, Jamie Lahowetz <[EMAIL PROTECTED]> wrote: > I am trying to understand/create a chat server/client for a project. I > noticed that there is a chat server on POE Cookbook and I have been using it > POE::Component::Client::TCP->new > ServerInput => sub { > >

Chat Serve/Client

2007-12-23 Thread Jamie Lahowetz
I am trying to understand/create a chat server/client for a project. I noticed that there is a chat server on POE Cookbook and I have been using it as a guide as I try to understand how POE works. The problem that I'm having is how to get the client to work. Currently I have used this code, which i