"Check/Repair a Perl Script" option is missing

NeutralizeR

Member
Sep 11, 2005
13
0
151
cPanel Access Level
Root Administrator
Hello,

I have two cpanel installed servers (CENTOS 5.11 x86_64 standard WHM 11.48.1 (build 3)) and neither of them have ""Check/Repair a Perl Script" option at WHM. Please check the screenshot below:



I need to repair a perl script. Is there another way to access this feature?

Regards
 

cPanelKenneth

cPanel Development
Staff member
Apr 7, 2006
4,607
80
458
cPanel Access Level
Root Administrator
We removed that functionality several versions ago. You'll need to use the perl binary directly to determine problems.

1. Login via SSH
2. Execute: /usr/bin/perl -cw /path/to/script.pl

If the script has missing dependencies, you'll need to run that command after each dependency is fulfilled.