Perl is a popular programming language and among its key advantages is that it works with the so-called modules - short bits of code which contain subroutines and do various tasks. The practical side of working with modules is that you don't need to write custom-made code or add the entire code for a certain task every time it has to be performed. Alternatively, you can add only a single line in your Perl script that calls a certain module, which in turn will execute the needed task. Not only will this lead to shorter and improved scripts, but it'll also help you make modifications swifter and much easier. In case you are not a programmer, still you'd like to work with a Perl application which you've discovered on the web, for instance, it is likely that the app will need specific modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Web Hosting

Every time you need to work with Perl-based apps on your websites - ready-made from a third-party site or custom-made ones, you're able to benefit from our huge module library. With over 3400 modules set up on our in-house made cloud hosting platform, you can execute any type of script, whatever the web hosting plan that you select. Once you log in to the Hepsia Control Panel that comes with all accounts, you'll be able to see the whole list of modules which we have as well as the path that you need to add to your scripts so they'll be able to access these modules. Because we have quite a large library, you can find both well-liked and rarely used modules. We prefer to be on the safe side, so in case some third-party script that you would like to use requires a module that is not very popular, we will still have it on our end.