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: Wed, 12 Mar 2008 15:12:05 +0900 (JST)
- From: Tod McQuillin <devin@example.com>
- Subject: Re: [tlug] Non-standard Perl Module Locations
- References: <20080312033943.GF2019@lucky.cynic.net> <82c89d700803112238p2f67a262red145f8c1184b881@mail.gmail.com> <47D7721F.7080107@sonic.net>
On Tue, 11 Mar 2008, steven smith wrote:
David Shanahan wrote:
Almost identical with perl, just manipulate the @INC array.
unshift @INC, $d->perllib_sitesearch(); unshift @INC, $d->perllib_site();
Sometimes you will have to do your include path manipulation inside a BEGIN block so it will get executed before you have loaded any modules too.
This is why Larry invented 'use lib'. See 'perldoc lib' for details. -- Tod
- Follow-Ups:
- Re: [tlug] Non-standard Perl Module Locations
- From: steven smith
- Re: [tlug] Non-standard Perl Module Locations
- From: Curt Sampson
- References:
- [tlug] Non-standard Perl Module Locations
- From: Curt Sampson
- Re: [tlug] Non-standard Perl Module Locations
- From: David Shanahan
- Re: [tlug] Non-standard Perl Module Locations
- From: steven smith
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Non-standard Perl Module Locations
- Next by Date: Re: [tlug] Freely distributable Japanese capable utf8 font?
- Previous by thread: Re: [tlug] Non-standard Perl Module Locations
- Next by thread: Re: [tlug] Non-standard Perl Module Locations
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links