Gossamer Forum
Home : General : Perl Programming :

Alex or anyone, Help Please...

Quote Reply
Alex or anyone, Help Please...
What perl modules are being called out in the altavista.cgi script? The script works on hypermart.net but not working on a server that has linux installed on it. My guess is perl modules are missing. Modules installed right now is the libwww bundle and cgi.pm . Apache Web Server is being used for virtual hosting. The script was tested on a dedicated server and still did not work. The script will show the field to type in but does not show results. It gave an error:

Error: no results available

I do get an error in the log that says:

Warning: Use of "-z" without parens is ambiguous at CGI.pl line 136.

The very first lines of source code is stating:

use strict;
use CGI;
use LWP;

Could anyone tell me which perl modules (filenames) and a place to download these three modules?

It seems like it just is not able to get to the database because these modules are being called out but may not be there. Everything on the server to the best of my knowledge is okay. I get the feeling that the answer lies in perl modules. Does anyone have any suggestions?

Thanks in advance,
elms

[This message has been edited by elms (edited February 17, 1999).]
Subject Author Views Date
Thread Alex or anyone, Help Please... elms 3398 Feb 17, 1999, 7:24 PM
Post Re: Alex or anyone, Help Please...
Alex 3255 Feb 17, 1999, 10:08 PM
Post Re: Alex or anyone, Help Please...
elms 3263 Feb 17, 1999, 11:47 PM
Post Re: Alex or anyone, Help Please...
elms 3259 Feb 23, 1999, 7:31 PM