Help for this page

Select Code to Download


  1. or download this
    #simple HTTPS web server. (must have a ./certs directory with server-k
    +ey.pem and server-cert.pem or server won't start)
    use HTTP::Daemon::SSL;
    ...
        $c->close;
        undef($c);
    }
    
  2. or download this
    <html>
        <body>
            TEST
        </body>
    </html>