http://www.perlmonks.org?node_id=413936

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

Can someone show me a working example of IO socket, I need a server and a client, the server opens up a port and listens for a client to talk then does something (say write a file) with what is said, when the client is done, the server goes backt to listening again. http://www.perlfect.com/articles/sockets.shtml I looked at that and it does not seam to work. I am running perl 5.8