Can I add Perl Modules to my hosting account?
No, you cannot add additional Perl Modules to the server. However, we have installed most common Perl modules.
To View Installed Perl Modules
- SSH to your hosting account. For more information, see Enable SSH.
- Run the following command:
perl -MFile::Find=find -MFile::Spec::Functions -Tlwe \ 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'