GeekArticles
Web Programming
Perl
Web Programming
PerlPerl, Sockets and TCP/IP Networking
An oversimplified introduction to sockets Sockets are a mechanism that allows programs to communicate, either on the same machine or across a network. The way it works is pretty simple: Each machine on a network is identified by some address. In this tutorial we will talk about tcp/ip networking, so by network address we mean an IP address. (like 192.168.4.4) Apart from the IP address that specifies a machine, each machine has a number of ports that allow handling multiple connections...n
Sponsored Links
Read Next: Sending email using perl and sendmail.
Related Topics
Subscribe via RSS
Perl
- Using perl to connect to remote hosts via telnet.
- Perl, Sockets and TCP/IP Networking
- Sending email using perl and sendmail.
- A web client for MP3 streaming in perl
- Multiplexing filehandles with select() in perl.
- Perl XML Quickstart: The Perl XML Interfaces
- Sorting Techniques
- Using XML Modules in Perl
- Skimpy Forum: An Application of Perl and XML
- Web Services with AppleScript and Perl
