Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Fellow Monks, I am in need of an example for programming of servers,
especially those with interaction between server and client,
not just sending data to the client.
If anyone knows where to find i would greatly appreciate if
he could tell me.

Thanks so far

Replies are listed 'Best First'.
Re: server examples?
by maverick (Curate) on Oct 31, 2001 at 03:06 UTC
      Thanks, however Network Programming with Perl is
      an imported book in my country, and so very expensive,
      but Net::Daemon may be cool if it is what it sounds like,
      I also tried Net::Server but thats too unflexible.

        Net::Server is not flexible?!

        Whatever gave you that idea... What exactly are you trying to do? I'm curious as I had absolutely no problem with it.

Use POE!
by Fletch (Bishop) on Oct 31, 2001 at 07:59 UTC
Re: server examples?
by princepawn (Parson) on Oct 31, 2001 at 09:28 UTC
    dont forget STEM by Uri Guttman.