This allows a "stupid Unix Trick" such as the following, where we
use the telnet program to connect with and talk directly too a web
server listening on socket 80 on the specified host.
[killbill@reepicheep perlcgiclass]$ telnet peepicheep 80
Trying 129.202.180.1...
Connected to peepicheep.mousenet.net.
Escape character is '^]'.
GET HTTP://index.html This is an illegal command I typed
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL HTTP://index.html was not found on this server.<P>
<HR>
<ADDRESS>Apache/1.3.12 Server at peepicheep.mousenet.net Port 80</ADDRESS>
</BODY></HTML>
Connection closed by foreign host.
[killbill@reepicheep perlcgiclass]$