when I try to ssh into a server I get the following
perl: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
It would seem perl is broken

Is it possible to remove the existing package?
rpm -e --allmatches --nodeps perl
and perform a yum install perl
Thanks