in reply to "use lib" whith architecture and version specific dirs
or inlib/site_perl/5.005/
...and according to the documentation on use lib, a:lib/site_perl/5.005/i386-linux/
Should be enough, since directly underlying architecture-specific libs should be appended to @INC automagically.use lib "customers_perl_modules/lib/site_perl/5.005";
...should be enough.
Let me try..
Yep, works!
But what happens when perl 5.6 gets installed?
/jeorgen
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: "use lib" whith architecture and version specific dirs
by chipmunk (Parson) on Dec 11, 2000 at 08:29 UTC | |
|
Re: Re: "use lib" whith architecture and version specific dirs
by Fastolfe (Vicar) on Dec 11, 2000 at 08:03 UTC |