Re: Library path question
- From: Aukjan van Belkum <aukjan@xxxxxxxxx>
- Date: Fri, 21 Apr 2006 16:06:20 +0200
Well there is the $PERL5LIB variable which you can set in your environment, but Perl has its own internal library path which you can manipulate in your scripts: @INC. From your script you can add to this array by using the command: 'use lib '<path to modules>'
You can see which paths it traverses by doing:
perl -e 'join "\n", @INC'
Hope this gets you going..
-- Aukjan
Julie Warden wrote:
Group,.
I'm setting up Perl 5.8 on a Sun solaris 5.6 machine and have a question about the $PATH variable.
My installation is in /usr/local with subdirs:
perl is in bin libraries are in lib/perl5
lib/perl5 has 4 subdirs and these have subdirs, and some of these have subdirs. In all I have about 1200 modules in more than 20 directories.
Do I have to include all these directories in my path for perl to find them? Is there a $LIB var for perl like with C? Will perl parse dir trees for modules?
If it isn't obvious, I have about 3 days experience with perl, so be gentle.
Any help appreciated,
Julie
- Follow-Ups:
- Re: Library path question
- From: Julie Warden
- Re: Library path question
- References:
- Library path question
- From: Julie Warden
- Library path question
- Prev by Date: Library path question
- Next by Date: Re: Library path question
- Previous by thread: Library path question
- Next by thread: Re: Library path question
- Index(es):
Relevant Pages
|
|