Installing PERL CPAN modules in local directory

前端 未结 5 1025
一生所求
一生所求 2020-12-25 08:11

i have a 1and1 hosting account and would like to install some Perl CPAN modules that are not part of the standard host package. Is it possible to install modules without ROO

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-25 08:34

    As already said: local::lib

    cpanm  --local-lib=~/Program/Perl/Lib Tk 
    

提交回复
热议问题