in reply to Re: Re: Re: DBI Help!
in thread DBI script gives HTTP 500 error

I just tried declaring with my and the results are the same. Funny thing, there are no error logs!

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: DBI Help!
by alienhuman (Pilgrim) on Jan 15, 2002 at 02:26 UTC

    This may be obvious, but what happens when you perl -c yourscript.pl?

    That should give you some useful information if it's a compile error. And I would be stunned if your server doesn't have error logs. If it's apache, check /usr/local/apache/logs/errors.

    Chris