in reply to CGI on OpenBSD 5.6 httpd
Line 1 - Change !# to #! Line 2 - add \n\n
#!/usr/bin/perl print "Content type: text/html\n\n"; print "hello world"; [download]