Hello list. I am trying to install things in /usr/local/lib/site_perl as it seems from http://www.perlmonks.org/?node_id=256995 that this is the directory for locally installed modules.
Now, If I use perl -V:sitelib on my ubuntu box, the answer is sitelib='/usr/local/share/perl/5.14.2'; I'd rather not use that as it is version specific and I don't want to reinstall modules each time perl gets upgraded by the system's package manager. Do all (or 95%) of perl installation have a site_perl dir ? How can I get the exact path to site_perl from shell, or from perl ? Christophe. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/