in reply to Perl Chat or privat messenger

Don't have time to read through the code above right now. I do recommend taking a look through the POE Cookbook. You'll probably get something easier to extend, debug, and adapt.

Replies are listed 'Best First'.
Re^2: Perl Chat or privat messenger
by daniel_mesquita (Initiate) on Apr 24, 2008 at 00:19 UTC
    tks but i'm using perl express in windows..

      Hi, I want connect remote server and local machine .I have written a simple code but its working on same machine not worked on different machine.what i do? please reply the below mail ggopal1986@gmail.com

Re^2: Perl Chat or privat messenger
by Anonymous Monk on Aug 28, 2013 at 12:53 UTC

    Hi, I want connect remote server and local machine .I have written a simple code but its working on same machine not worked on different machine.what i do?

      You're also replying to a five year old thread. You'll have a much better chance of getting by help posting a new question with details about what you've tried, including a minimal code example, and the exact results you had versus what you expected.

      daniel mesquita:

      First, find out why it's not working with the remote machine. Check firewall rules, DNS, and all the usual suspects.

      Chances are reasonably good that if both the client and server are operating on your local machine then you may have a networking issue rather than a code problem.

      ...roboticus

      When your only tool is a hammer, all problems look like your thumb.