Re: mysql connection failing as CGI
- From: usenet@xxxxxxxxxxxxxxx
- Date: 21 Nov 2006 11:37:15 -0800
ianatkinsonbsc@xxxxxxxxx wrote:
but the output is no different, i.e. it still works as expected from
the command line but outputs the same HTML code when viewed in a
browser:
Add this near the top of your code:
use CGI::Carp qw{ fatalsToBrowser warningsToBrowser };
That will let you see STDERR in your browser... there might be
something informative there.
--
The best way to get a good answer is to ask a good question.
David Filmer (http://DavidFilmer.com)
.
- References:
- mysql connection failing as CGI
- From: ianatkinsonbsc
- Re: mysql connection failing as CGI
- From: Sherm Pendley
- Re: mysql connection failing as CGI
- From: ianatkinsonbsc
- mysql connection failing as CGI
- Prev by Date: Re: Using a variable in a matching string
- Next by Date: search and replace basics
- Previous by thread: Re: mysql connection failing as CGI
- Next by thread: Re: mysql connection failing as CGI
- Index(es):
Relevant Pages
|