Help for this page
#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); }
<html> <body> TEST </body> </html>