in reply to Re: Error during manual local module install
in thread Error during manual local module install

That did it, i'm still a bit confused as to the level and where/why modules end up in either
~perl_mods/lib/site_perl/ or
~perl_mods/lib/site_perl/5.8.4/sun4-solaris-64int or
~perl_mods/lib/sun4-solaris-64int

How is it determine WHERE a module lives?
  • Comment on Re^2: Error during manual local module install

Replies are listed 'Best First'.
Re^3: Error during manual local module install
by Anonymous Monk on Jul 23, 2009 at 00:57 UTC
    It really doesn't matter. If you use PREFIX=~perlmods , then you have PERL5LIB=~perlmods you might have to expand the ~ yourself, but that is all you have to do. Perl takes care of the rest.