cei has asked for the wisdom of the Perl Monks concerning the following question:
When I tail my error log after running my script, I see the following:use CGI; use CGI::Carp qw/fatalsToBrowser/; use DBI; use strict;
[Fri Apr 28 11:11:22 2000] [warn] [client 209.179.110.221] handler "cg +i-wrapper" not found for: /home/sites/site3/web/index.cgi
If I remove the use CGI::Carp qw/fatalsToBrowser/; then I get an error on the web page, and the following in the log:
Any idea what is going on or what I'm doing wrong?[Fri Apr 28 11:20:09 2000] [error] [client 209.179.110.221] malformed +header from script. Bad header=Use of uninitialized value at : /usr/cgiwrap/cgiwrap
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cgi-wrapper???
by Punto (Scribe) on Apr 29, 2000 at 03:11 UTC | |
|
Re: cgi-wrapper???
by chromatic (Archbishop) on Apr 28, 2000 at 23:38 UTC | |
by cei (Monk) on Apr 28, 2000 at 23:45 UTC | |
|
Re: cgi-wrapper???
by zaphod.nu (Scribe) on Apr 29, 2000 at 03:58 UTC |