Skip to main content

"Check/Repair a Perl Script" option is missing

Comments

1 comment

  • cPanelKenneth
    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.