in reply to Re^4: problems with HTTP::Server::Simple::CGI
in thread problems with HTTP::Server::Simple::CGI
USING NPH SCRIPTS, No-Parse HeadersD:\>perl -MCGI -le"print CGI->header" Content-Type: text/html D:\>perl -MCGI -le"print CGI->header(-nph => 1)" HTTP/1.0 200 OK Server: cmdline Date: Fri, 20 Feb 2009 10:35:31 GMT Content-Type: text/html D:\>
|
|---|