Frequently Asked Questions

Can I add Perl Modules to my hosting account?

Print this Article
Last Updated: October 20, 2013 12:54 PM

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

To View Installed Perl Modules

  1. SSH to your hosting account. For more information, see Enable SSH.
  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'