"Check/Repair a Perl Script" option is missing
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:
]http://i.imgur.com/UK6UHoe.png
I need to repair a perl script. Is there another way to access this feature? Regards
I need to repair a perl script. Is there another way to access this feature? Regards
-
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. 0
Please sign in to leave a comment.
Comments
1 comment