Help for this page

Select Code to Download


  1. or download this
    sub httpserv
    {
    ...
       print $socket "<BODY>Got your message</BODY></HTML>\n";
       $socket->close();
    }
    
  2. or download this
    sub httpserv
    {
    ...
       print $socket "<BODY>Got your message</BODY></HTML>\n";
       $socket->close();
    }