Hi,

Searching the archives I have been able to find out how to get Perl to
search other paths for modules when invoked from the terminal or from GUI
apps such as BBEdit, however I cannot get them recognised by cgi scripts. I
read somewhere to add this line to httpd.conf

PerlSetEnv PERL5LIB /sw/lib/perl5

However that doesn't seem to help

I could just add ....

use lib 'path';

.... to the top of each script, but these scripts will be moved to other OS's
so I don't want to have to add lines for this purpose

Any ideas on how to do this?

Thanks

adam


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to