How to find out which perl modules are installed?

If you are a Hostlantern customer, you can easily find all the Perl modules installed on your server. For this purpose you have to go to:

https://mydomain.com/cpanel/frontend/Crystal/perlmodules.html

The above will log you in your cPanel and all the Perl modules with their versions will be listed. Note that you should substitute mydomain.com with your domain.

Anyone else can find the available Perl modules by typing "instmodsh" in a Linux shell. This is an interactive Perl script which has the option "l" to show the available Perl modules.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Leverage Browser Caching for Images, CSS and JS

To leverage your browser's caching generally means that you can specify how long browsers should...

Enable gZIP via .htaccess

To enable gZIP for your text, html, JavaScript, CSS and XML add these files to your .htaccess:...

Last-modified Header Explained

The last-modified header is an HTTP header that tells your browser when was the last time the...

How to change my document root folder using an .htaccess file?

By default your website is loaded from the public_html folder of your account. The public_html...

How to enable Mod_Gzip

Mod_Gzip is an external extension module for Apache 1.3 web servers implemented to help with size...