setenv PERL /opt/perl5 --设置新perl的起始安装路径 curl -kL http://install.perlbrew.pl | bash source /opt/perl5/perlbrew/etc/bashrc perlbrew init perlbrew root (/opt/perl5/perlbrew) is initialized. Append the following piece of code to the end of your ~/.bash_p
http://www.activestate.com/activeperl/downloads 安装的时候,默认把perl放置到环境变量的PATH中 之后,需要重启电脑,确保环境变量生效 执行perl -version来查看perl的版本 C:\Users\Administrator>perl -version This is perl 5, version 22, subversion 1 (v5.22.1) built for MSWin32-x64-multi-thread(with 1
You can check if you have them installed in your machine with: > perl -e 1 -M<module> It will return an error message if it isn't installed. Use the commands below to check if they are installed: perl -e 1 -MBio::SeqIO perl -e 1 -MBio::AlignIO pe
[root@wx03 mojo]# cat relink.pl use Mojolicious::Lite; use JSON qw/encode_json decode_json/; use Encode; no strict; no warnings; use JSON; use POSIX; use JSON::RPC::Client; use Data::Dumper; use DBI; # /foo?user=sri` my %hash=(); my $dbUser='DEVOPS';