Re: [install and use local::lib module]

2024-02-17 Thread Mike
Hello Maxim, I say $HOME/perl5 (~/perl5) is where my personally installed modules are located. Actually in ~/perl5/lib/perl5/ I am less sure about $HOME/.cpan (~/.cpan), but I think that is where the cpan settings are stored.  But looking inside it suggests it is more than just settings. Mike

Re: [install and use local::lib module]

2024-02-15 Thread Kang-min Liu
Maxim Abalenkov writes: > Now everything works. But I still don’t understand the setup very > well. What is the difference between the ‘.cpan’ and ‘perl5’ > directories? What is their purpose? Thank you and have a great day > ahead! The directory ~/.cpan/ is where the command `cpan` saves its

[install and use local::lib module]

2024-02-15 Thread Maxim Abalenkov
Dear all, How are you? I hope all is well with you. I need help please. I recently moved to a new laptop and installed Perl 5.38.2 from source. I would like to discipline myself and learn how to use the ‘local::lib’ module properly. I downloaded the source code of local::lib from cpan website a