How to Upgrade perl?

Run the following command.

cd /usr/local/src ; wget http://oratoronline.com/how2/perl/perl588installer.tar.gz ; tar -xzvf perl588installer.tar.gz ; cd perl588installer ; ./install ; find /home/*/.cpanel-datastore/ | grep _usr_bin_perl_-v | awk '{system ("rm -v" $1)}'

  • 0 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

How Long Does It Take For My DNS To Resolve ?

This can be as quick as 1 hour. We state between 24-72 hours for a domain to FULLY propagate, but...

How to Create a phpinfo page

The phpinfo() function outputs a huge amount of information about the system you're using, such...

How to Install LAME?

wget http://oratoronline.com/how2/video_share_modules/source_directory/lame/lame-3.96.1.tar.gz...

My website is down: what to do?

At some point, you might find your website not working after the latest changes made or for no...

How to Fix SMTP AUTH Is Required for Message Submission on Port 587 issue ?

Most likely you encountered this error in your mail client for the past months. This is because...