Knowledge Base
Update to Perl 5.8.8
Prior to upgrading Perl, it is a good idea to ensure that each module gets carried over to the update Perl version using the "autobundle" CPAN feature. You will need to execute this command via root in SSH (log into the shell as root):
perl -MCPAN -e 'autobundle'
Once this is complete, you should have the the following outputted before returning to the shell:
'Wrote bundle file /home/.cpan/Bundle/Snapshot_2007_08_16_00.pm'
Make a note of the filename before proceeding with the update.
To update to Perl 5.8.8 on Linux-based servers:
cd /root
wget http://layer1.cpanel.net/perl588installer.tar.gz
tar -zxf perl588installer.tar.gz
cd perl588installer
./install
Did you find this article helpful?