Portal Home > Knowledgebase > Articles Database > How to install perl?
How to install perl?
Posted by Ruriko, 07-07-2009, 05:56 AM |
How do you install perl on a centos 5?
|
Posted by RoseHosting, 07-07-2009, 06:12 AM |
You can do that using the following command:
yum install perl*
|
Posted by aneesadmin, 07-07-2009, 06:50 AM |
If yum is not working, then you can install perl in cpanel servers by:
wget http://layer1.cpanel.net/perl588installer.tar.gz
tar xfz perl588installer.tar.gz
cd perl588installer
./install
After this is done, run:
/scripts/upcp
You can also run the following to ensure that all the necessary modules were reinstalled:
/usr/local/cpanel/bin/checkperlmodules
|
Posted by aneesadmin, 07-07-2009, 06:53 AM |
And confirm perl is installed correctly on the server by running:
# perl -v
This is perl, v5.8.8 built for i686-linux
|
Add to Favourites Print this Article
Also Read