in reply to Re: Re: Perl module install sub-directories: perl5, site_perl, perl5/site_perl
in thread Perl module install sub-directories: perl5, site_perl, perl5/site_perl

You have site_perl as well. At least, you listed it. site_perl is where all your locally installed modules go, that is, all the modules that aren't part of the standard distribution. Just like that (Unix) systems have /usr and /usr/local.

Abigail

  • Comment on Re: Perl module install sub-directories: perl5, site_perl, perl5/site_perl

Replies are listed 'Best First'.
Re: Re: Perl module install sub-directories: perl5, site_perl, perl5/site_perl
by kilinrax (Deacon) on May 11, 2003 at 12:42 UTC
    That makes a lot of sense. I thought it might be something like installed by hand / installed with CPAN (though not that specifically, as I install everything with CPAN). Core vs non-core hadn't occurred to me. Thanks :)