develooper Front page | perl.dbi.users | Postings from January 2007

Re: Connect to a remote MS SQL database

Thread Previous
From:
Eriam Schaffter
Date:
January 25, 2007 00:02
Subject:
Re: Connect to a remote MS SQL database
Message ID:
10903.129.195.0.205.1169712575.squirrel@www.eriamschaffter.info

> I do not have the errors, because I do not have read access to the error
> logs right now, and
> CGI::carp is not working correctly.
>

I suggest that you try to get the errors, it will be much easier to debug.

You can still redirect STDERR to a file and then read that file (if you
can create and read files on the server).

open(STDERR, '> local_error_log');

(...)

close(STDERR);


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About