|
|
[Perlfect-search] Re: need support: Response code 500 with HTTP indexing
Daniel Naber perlfect-search@perlfect.com
Tue, 1 Apr 2003 22:15:02 +0200
On Tuesday 01 April 2003 21:55, Adrian Gudas wrote:
> I'm new to Perl, and someone told me I might need a 'use'
> line in the Perlfect configuration to point to the modules that cpan
> installed (since I don't have root access on this machine). If that made
> any sense. :)
You will need a statement like this:
use lib '/path/to/your/lib';
before the other 'use' statements, otherwise the system-wide modules (which
may be old) will be used.
Regards
Daniel
--
http://www.danielnaber.de
|
|