in reply to I want errors
Some things to check: check the file's permissions (755 or rwxr-xr-x), syntax (perl -c myfilename.cgi), perl location (which perl), and add a CGI header print statement at the top of it right after your shebang line (print "Content-type: text/html\n\n";). These examples are for Unix.
|
|---|