Package: apache2-doc
Version: 2.0.53-5
Severity: wishlist
File: /usr/share/doc/apache2-doc/manual/howto/cgi.html.en
Tags: upstream
Isn't "Your first CGI program" example,
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Hello, World.";
a bad example, producing invalid HTML? Should he use text/plain?