|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re^2: Internal Server Errorby jhourcle (Prior) |
| on Apr 04, 2005 at 21:28 UTC ( [id://444835]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
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.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||