Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print $client "HTTP/1.1 200 OK\nContent-Type: text/plain\n\nhi";
        $client->shutdown(2);
    }