in reply to Re: What's the difference between the many @INC directories?
in thread What's the difference between the many @INC directories?
/etc/perl
I can't figure this one out and Google's no help. Anyone?
/usr/local/lib/perl/5.8.4
For modules installed "by hand" by administrator that are architecture specific.
/usr/local/share/perl/5.8.4
Modules installed "by hand" by administrators that will work across different platforms.
/usr/lib/perl5
For vendor (non-core) modules that are architecture dependent. These modules come pre-packaged and can be installed with apt-get.
/usr/share/perl5
For vendor (non-core) modules that are architecture independent. These modules come pre-packaged and can be installed with apt-get.
/usr/lib/perl/5.8
Core modules, arch. dependent, installed "out of the box"
/usr/share/perl/5.8
Core modules, arch. independent, installed "out of the box"
/usr/local/lib/site_perl
No clue. Anyone?
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon";
$nysus = $PM . $MCF;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: What's the difference between the many @INC directories?
by radiantmatrix (Parson) on Nov 15, 2005 at 16:03 UTC | |
|
Re^3: What's the difference between the many @INC directories?
by idsfa (Vicar) on Nov 15, 2005 at 16:30 UTC |