Webhosting Perl and CGI Scripts: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 64: | Line 64: | ||
|} |
|} |
||
==Further Notes== |
|||
The output from the script must include Content-Type: header and may include other headers then a blank line and the contents. The only exception is a redirection in which case it can just contain the Location: header. |
|||
==Error Log== |
|||
If you have a file called errlog.txt in the top level, then any error output from any scripts on your site is appended to this file. This is useful for debugging. |
|||