Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Understanding HTTP
Perl, Sockets and TCP/IP Networking
Top Code
Perl, Sockets and TCP/IP Networking
Understanding HTTP
CGI/PERL > Tips and Tutorials > Networking
Source List

Code 1-2 of 2   


This site gives an introduction to the HTTP protocol used for the exchange of www documents. In this article the authors covers HTTP, how it works and how to use it for simple transactions. The site also has a number of articles which cover basic...





This provides an introduction to the basic concepts of socket communications and also a tutorial on how to build simple programs that communicate via TCP/IP sockets. The tutorial is based on two example programs that exchange information each by...