If any script which requires perl is not working properly on your server, you may wish to check if perl is installed or not on your server.
Login in your server as root via SSH and execute following command:
perl -v
If perl is installed on your server, it will show you the version that is installed. If its not installed, it will show some error message.
How to List installed Perl modules on server
Enter following command
instmodsh
After this enter l, this will show you all installed perl modules on your server.
How to check perl version installed on server
Following command will display the perl version installed on server:
perl -v