I didnt find a command to update perl.
Anyone could tell me how to update perl version??
I didnt find a command to update perl.
Anyone could tell me how to update perl version??
1) wget http://layer1.cpanel.net/perl588installer.tar.gz
2) tar xfvz perl588installer.tar.gz
3) cd perl588installer
4) ./install
5) /usr/local/cpanel/bin/checkperlmodules
Would this procedure also work for upgrading from Perl v5.8.3?
Thanks in advance
Ken
Code:cd / wget http://layer1.cpanel.net/perl588installer.tar.gz tar -xvzf perl588installer.tar.gz cd ./perl588installer ./install cd / rm -rf ./perl588installer rm ./perl588installer.tar.gz rm -f /home/*/.cpanel-datastore/_usr_bin_perl_-v /scripts/upcp --force
thank for the help!!