Hello all,

Let me start out by saying that I am extremely new to mod-perl, but have
been writing cgi scripts for four years. I am having some difficulties in
running a few script under mod-perl.

My server is apache 1.3.9 with mod-perl 1.21.
The script I am trying to use is Web-search ver 1.12 , by Darryl Burgdorf.

Here are the error_log entries thrown by the server:
 Use of uninitialized value at /home/httpd/cgi-bin/web-search.cgi line 45.
 Use of uninitialized value at /home/httpd/cgi-bin/web-search.cgi line 46.
 Use of uninitialized value at /home/httpd/cgi-bin/web-search.cgi line 47.
 Use of uninitialized value at /home/httpd/cgi-bin/web-search.cgi line 48.
 Use of uninitialized value at /home/httpd/cgi-bin/web-search.cgi line 52.
 Argument "136227836case=insensitive&hits=10&boolean=any+terms&term..."
isn't numeric in entersub at /usr/lib/perl5/site_perl/Apache/Registry.pm
line 136.
 Useless use of a variable in void context at
/home/httpd/cgi-bin/web-search.cgi line 59.

I noticed that all the FORM VARIABLES are not showing up... ie, when I type
in the search term in the form,
The script runs as if nothing was entered, and just displays the list of
files to be searched.

The script is extremely long, so I do not want to post it here. It is
available for downloading/viewing at my personal server
(http://cpelkey.dyn.ns1.net/downloads/)

Thanks in advance for any and all help in this matter.

========================================================================
Charles E. Pelkey
C.P. Designs
[EMAIL PROTECTED] [EMAIL PROTECTED] ICQ: 8294384
http://www.geocities.com/TimesSquare/Alley/2920/designs.html
http://cpelkey.dyn.ns1.net/   <- Personal server, 2130-0600 U.S. Eastern
Time
========================================================================

Reply via email to