Frequently Asked Questions

Can I add Perl Modules to my hosting account?

Print this Article
Comment on this Article
Last Updated: January 24, 2012 11:03 AM

No, you cannot add additional Perl Modules to the server. However, we have installed most common Perl modules.

The process to find your account's installed Perl modules differs, based on the type of hosting account you have. For more information, see What type of hosting account do I have?

NOTE: Only our Deluxe, Premium, Unlimited, and Ultimate Linux hosting accounts support CGI.

To View Installed Perl Modules with Web Hosting (4GH)

  1. SSH to your hosting account. For more information, see Enabling SSH on Your Linux Shared Hosting Account.
  2. Run the following command:
    perl -MFile::Find=find -MFile::Spec::Functions -Tlwe \ 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'

To View a List of Installed Perl Modules with Shared Hosting

  1. Log in to your Account Manager.
  2. Click Web Hosting.
  3. Next to the hosting account you want to use, click Launch.
  4. In the Content section, click CGI Admin, enter your hosting account username and password when prompted.
  5. In the CGI Administration window, click the Perl option, then the Display button, this will list all of the currently installed Perl modules.