Uninstall Perl in Redhat Server

Hi All,

Currently i am using 'Red Hat Enterprise Linux Server release 5.5 (Tikanga)' server. Here perl 5.8.8 64bit version installed (location : /usr/bin/perl). I want remove the current perl and install 5.8.4 64bit perl. I know how to configure the perl version. Could you please tell me how to uninstall the perl 5.8.8 64bit version.

Thanks,
Mani Muthu

Using yum, perhaps:

yum remove perl-5.8.8*.x86_64

Thanks scottn.