On Tue, Feb 12, 2002 at 05:02:01PM +0100, Teggy P Veerapen wrote:
> Hello people,
> 
>     Well, I'm trying to figure out how to modify the perl @INC directory
> list so that perl is able to find all required modules. In fact my problem
> is that the @INC variable doesn't contain any of the directories where perl
> and its modules are installed and I would like to set this problem right
> directly in the @INC setting, instead of having to set the PERL5LIB
> environment variable.

So you've either moved your perl installation, or taken it from a
different machine.

>     Surely there is some file or some configuration somewhere in the perl
> installation where @INC is set. Where is that configuration done ?

The file is called "perl".  If you are careful and know what you are
doing, and if you have an editor which will let you, it is possible to
edit the image itself.  But I would suggest recompiling perl as the
better solution.

Otherwise, stick with setting PERL5LIB.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to