![]() |
|
Just another Perl shrine | |
PerlMonks |
Best module to implement smtp-like protocol over sockets?by Anonymous Monk |
on Sep 03, 2007 at 01:40 UTC ( #636657=perlquestion: print w/replies, xml ) | Need Help?? |
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: Greetings, fellow scholastic writers of tomes! I am writing a testing utility for a hobby hack. Basically, I want a server which communicates with multiple clients using a line-oriented protocol. The server receives a text command from a client and sends text answers back to multiple clients. What CPAN modules are the recommended ways these days to handle line-oriented non-blocking socket comm? Should I look at POE or just browse the source for e.g. some smtp or chat implementations?
Back to
Seekers of Perl Wisdom
|
|