set_up_your_own_perl_module_library
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
set_up_your_own_perl_module_library [2020/09/17 21:10] – created peteyboy | set_up_your_own_perl_module_library [2024/12/25 06:04] (current) – ‘'' hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | It used to be much more common for users to be on the same system | + | ====== Set up a private Perl Module library |
- | Here at SDF, there are two ways to get programs or libraries installed that you can suse: * The first way is to post on Bboard in the REQUESTS board. Someone may just install | + | Nowadays, it's common for people providing |
- | cpanm is a perl package manager that's already installed on SDF. Run each of the lines below to create a personal perl module library to o add modules that may be missing when you try to run some perl scripts you wrote or obtained. | + | For perl programs, '' |
<code bash> | <code bash> | ||
+ | curl http:// | ||
eval `perl -I ~/ | eval `perl -I ~/ | ||
echo 'eval `perl -I ~/ | echo 'eval `perl -I ~/ | ||
Line 15: | Line 16: | ||
'' | '' | ||
+ | ---- | ||
+ | You can find more tips like this at: [[customize_your_sdf_shell_experience|Common Configurations for Programs]] | ||
set_up_your_own_perl_module_library.1600377001.txt.gz · Last modified: 2020/09/17 21:10 by peteyboy