http://www.perlmonks.org?node_id=770082


in reply to Re^4: Weird error log message
in thread Weird error log message

print "hello world!" is not a valid CGI script. Assuming the web server even knows that should be executed using perl (due to the absence of a shebang line), it does not generate output in the format required by CGI.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.