in reply to Re^4: self containing folder of modules
in thread self containing folder of modules
however the installation of modules is happening in /home/ravi/perl5
Yes, and?
Did you read the first 10 lines of local::lib documentation?
use local::lib; # sets up a local lib at ~/perl5 use local::lib '~/foo'; # same, but ~/foo
|
|---|