> I'm having problems with the old "Internal Server Error" 
> issue. I know that this is generally due to permissions. I 
> have used chmod go+rx -R *, but no joy. The html now works 
> but not the cgi. Thoughts?

Try inserting the line

use CGI::Carp (fatalsToBrowser);

At the beginning of your script. And try running it from the command
line.

Hope that helps,

 -dave



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to