Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Non-standard Perl Module Locations
- Date: Thu, 13 Mar 2008 09:38:18 +0100
- From: Attila Kinali <attila@example.com>
- Subject: Re: [tlug] Non-standard Perl Module Locations
- References: <20080312033943.GF2019@lucky.cynic.net>
- Organization: SEELE
On Wed, 12 Mar 2008 12:39:43 +0900 Curt Sampson <cjs@example.com> wrote: > We're all set up for Ruby use already; you just make sure you, e.g., > > require File.expand_path(__FILE__ + "/../../qam") > > where the argument to expand_path is the release directory for this > particular installation of the project, and now you're all set up to > use the usual stuff under that release directory, release/lib/ruby/1.8, > release/lib/ruby/site_ruby/1.8, linking against shared libraries in > release/lib, etc. etc. > > Now we need to do something similar with perl, and I'm wondering what > the standard structure for perl library directories is, and what the > best way is to tack the directories from our release dir (the structure > of which generally resembles /usr/local as much as possible) on to the > front of search paths and so on. For example, the ruby code is pretty > simple: Beside the given hints and tips about inline code, you can also set two enviroment variables: export PERL5LIB=$HOME/include/perl export PERLLIB=$PERL5LIB I think these are documented in perlrun (but i'm too lazy to check ;) Attila Kinali -- Praised are the Fountains of Shelieth, the silver harp of the waters, But blest in my name forever this stream that stanched my thirst! -- Deed of Morred
- References:
- [tlug] Non-standard Perl Module Locations
- From: Curt Sampson
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Non-standard Perl Module Locations
- Next by Date: Re: [tlug] recursively printing html Howto's
- Previous by thread: Re: [tlug] Non-standard Perl Module Locations
- Next by thread: [tlug] Google Maps API
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links