Simple Perl Client/Server Sockets Example
filed in Perl, Programming, Scripts on Mar.17, 2012
Here is a very simple client/server example coded in Perl. This is an extremely basic application – the goal was merely for me to learn how to use sockets in Perl. You can check out the code on github here: github.com/darkmuck/SimplePerlSockets. After you’ve downloaded the client and server files follow these instructions to test it [...]

