Archive

Posts Tagged ‘Perl Server Hosting’

Upgrading Perl Version On cPanel Dedicated Server

May 14th, 2009 harry No comments

If you are looking for upgrading perl version on your cpanel dedicated server then you can use following steps :

perl_hosting2-264x300 Upgrading Perl Version On cPanel Dedicated Server

You need to check current version of Perl version
# perl –v
You may get following output : ‘This is perl, v5.8.7 built for i686-linux’ if your server have older version.
Now if you need to upgrade perl version on your cPanel server then
1) Download the latest perl installer from cPanel site.
# wget http://layer1.cpanel.net/perl588installer.tar.gz

2) Untar the file as,
# tar -zxvf perl588installer.tar.gz

3) Change the directory to perl588installer
# cd perl588installer

4) Now run the installer file as,
# ./install

5) Check perl modules
# /scripts/checkperlmodules

6) Force a cPanel update
# /scripts/upcp –force

that’s all… now you can check latest version of perl on your dedicated server using ‘perl –v’