Red Hat / CentOS Linux 5.x: Perl Performance Bug Fix Available
Perl version supplied with RHEL has bug, which will result code running at least 100 times slower than expected speed. Now, Red Hat updated perl packages that fix a performance issue. Earlier only solution was installing your own perl under /usr/local or other location. This fix will now take care of performance penalty.
Perl is a high-level programming language commonly used for system administration utilities and Web programming.
These updated packages fix a large performance degradation. This issue was most noticeable when using "bless" and "overload" combinations, as well as when using the Perl DBI modules.
Users of perl are advised to upgrade to these updated packages, which resolve this issue.
How do I update perl under RHEL / CentOS Linux?
Type the following command
# yum update
E-mail this to a Friend
Printable Version
You may also be interested in other helpful articles:
- Postfix Mail Server Security Update [moderate security impact]
- Security: Perl, XFree86, xorg-x11-server and other Update For Red Hat Linux (RHEL)
- Security Update for Red Hat Linux Kernel
- dnsmasq Dns Cache Software Security Update To Fix DNS Spoofing Attacks
- How to: Upgrade Red Hat Enterprise Linux (RHEL) to latest Releases 5.1
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: centos linux, performance bug, performance degradation, performance issue, performance penalty, perl dbi, red hat, rhel, system administration utilities, web programming, yum command




“yum update” update every currently installed package but if you want update related perl package then type yum update perl*, also if you want to see every update available type: yum check-update
thank