On Thu, May 16, 2002 at 04:59:15PM -0400, Jonathan Gines wrote:
> Hello,
> 
> I have 2 scripts below, where DBI is used in the former and DBI and CGI is 
> used in the latter.  The first script connects fine via command line, and 
> the latter fails to connect, but using the same DBI code from the 
> former.  I'm puzzled and RTFM before deciding to send this email.  Can 
> anyone shed any light on why my script fails to connect when using CGI.pm?

Something is different between the command line environment and the CGI
environment.  The error messages you get when your script fails to connect
under CGI will help with determining the problem.

Ronald

Reply via email to