On Aug 10, 1:18 am, [EMAIL PROTECTED] (Inventor) wrote:
> Hi, I just set up an account onwww.godaddy.comand uploaded my cgi
> scripts there.  One of them works fine and the other does not.  The
> technical support rep told me that I needed to figure out how to "go
> into the CGI Admin" in order to debug the issue.  I don't see a
> CGI::Admin module available.  They said that they do not support CGI
> Admin, so I'm kind of on my own here and wondering if anyone knows the
> answer.  Thanks in advance.

"the CGI Admin" is not a Perl term.  It is a GoDaddy term.  Ask them
what they mean by it.

For Perl help, put this lines at the top of your perl script (right
under the 'use CGI' line):
use CGI::Carp qw/fatalsToBrowser/;

This will cause all errors to be displayed in your browser window in
addition to the server logs, since last I heard GoDaddy does not allow
access to the server logs.

Paul Lalli


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to