http://qs321.pair.com?node_id=636735


in reply to Best module to implement smtp-like protocol over sockets?

Ciao,

I would start from Net::Server, in particular the samplechat.pl example; this module is a real coding pleasure ;). In case you are really interested in talking SMTP, try with Net::Server::Mail. These are two distinct distributions that play really well together.

HTH, Valerio