in reply to Wanting Validation for Smacking my Sysadmin (500 error problem)

print "print "Content-type: text/html\n\n"; ^^^^^^
I assume this line is some kind of copy & paste error?
snowcrash
  • Comment on Re: Wanting Validation for Smacking my Sysadmin (500 error problem)
  • Download Code

Replies are listed 'Best First'.
Re: Re: Wanting Validation for Smacking my Sysadmin (500 error problem)
by Petras (Friar) on Jan 23, 2003 at 14:33 UTC
    You're right--it was a cut and paste error. What actually got the silly thing to work was

    print "HTTP/1.1 200 OK";
    Thanks.