http://qs1969.pair.com?node_id=444835


in reply to Re: Internal Server Error
in thread Internal Server Error

Sending any output to STDOUT without sending valid headers will cause an 'Internal Server Error'.

If you want to try to gain access to what's going wrong, try making sure the first thing you do is:

BEGIN { print "Content-type: text/html\n\n"; }

But definately check the websever logs. And knowing the platform is useful, too.

Personally, I'm lazy, and like using CGIwrap for debugging my CGIs.