set_up_your_own_perl_module_library
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
set_up_your_own_perl_module_library [2020/09/17 21:27] – fix text peteyboy | set_up_your_own_perl_module_library [2024/12/25 06:04] (current) – ‘'' hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Set up a private Perl Module library for Your User Space ====== | ||
+ | |||
+ | Nowadays, it's common for people providing programs or scripts to assume everyone' | ||
+ | |||
+ | For perl programs, '' | ||
+ | |||
+ | <code bash> | ||
+ | curl http:// | ||
+ | eval `perl -I ~/ | ||
+ | echo 'eval `perl -I ~/ | ||
+ | echo ' | ||
+ | </ | ||
+ | |||
+ | Afterwards, you will be able to just run '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | ---- | ||
+ | |||
+ | You can find more tips like this at: [[customize_your_sdf_shell_experience|Common Configurations for Programs]] | ||