Can I use Perl on Wildhost? Print

  • perl, cgi, perl modules, cpanel
  • 0

Absolutely. However, because our servers use cPanel, you will need to tell Perl where to find your Perl modules.

We recommend setting the following two lines at the top of all your Perl scripts:

#!/usr/bin/perl
use cPanelUserConfig;

NOTE: Your Perl modules may not work unless you set this correctly


Was this answer helpful?

« Back