Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><a href="http://web.archive.org/web/20120427144232/http://perl.jonallen.info/writing/articles/install-perl-modules-without-root" rel="nofollow noreferrer">http://web.archive.org/web/20120427144232/http://perl.jonallen.info/writing/articles/install-perl-modules-without-root</a></p> <p><a href="http://novosial.org/perl/life-with-cpan/non-root/" rel="nofollow noreferrer">http://novosial.org/perl/life-with-cpan/non-root/</a></p> <p>The main step in both sets of instructions involves <a href="http://search.cpan.org/~mstrout/local-lib-1.006000/lib/local/lib.pm" rel="nofollow noreferrer">local::lib module</a></p> <p>AFAIK, CPAN logic is contained in Perl module (CPAN.pm) which means you can also easily install the newer one in your local directory as you would with any other Perl module.</p> <hr> <p>Also, once you install your modules in non-standard location, check out these two questions on loading libraries from non-standard locations (some of the info is already available in the link above):</p> <p><a href="https://stackoverflow.com/questions/2526520/how-does-a-perl-program-know-where-to-find-the-file-containing-perl-module-it-use">How does a Perl program know where to find the file containing Perl module it uses?</a></p> <p><a href="https://stackoverflow.com/questions/2526804/how-is-perls-inc-constructed-aka-what-are-all-the-ways-of-affecting-where-per">How is Perl’s @INC constructed?</a> (aka What are all the ways of affecting where Perl modules are searched for?)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload