随笔分类 -  perl

摘要:perl中的INC变量中包含了所有的perl module的查找路径。 可以使用perl -V 来查看INC的值。 1)默认地INC如下: @INC: C:/Perl/site/lib C:/Perl/lib . 2)设置环境变量PERL5LIB来增加到INC,例如: set perl5lib=c: 阅读全文
posted @ 2017-04-08 12:57 火罐儿 阅读(653) 评论(0) 推荐(0)
摘要:内核: uname -a Linux localhost.localdomain 3.4.29-t4 #12 Wed Mar 13 16:50:15 EST 2013 armv7l armv7l armv7l GNU/Linux dpkg安装应用时遇到问题,提示运行apt-get -f instal 阅读全文
posted @ 2017-04-08 12:56 火罐儿 阅读(2574) 评论(0) 推荐(0)
摘要:setenv PERL /opt/perl5 --设置新perl的起始安装路径 curl -kL http://install.perlbrew.pl | bash source /opt/perl5/perlbrew/etc/bashrc perlbrew init perlbrew root ( 阅读全文
posted @ 2017-04-08 12:55 火罐儿 阅读(2801) 评论(0) 推荐(0)