Perl is a widespread programming language and one of its main advantages is the fact that it works with the so-called modules - short pieces of code that include subroutines and do a variety of tasks. The useful side of working with modules is that you won't have to create custom program code or include the entire code for a certain process every single time it needs to be executed. Alternatively, you are able to include only one line in your Perl script which calls a particular module, which consequently will perform the necessary task. Not only will this give you shorter and enhanced scripts, but it'll also allow you to make modifications quicker and much easier. If you are not a programmer, but you'd like to start using a Perl application which you've found on the Internet, for example, it's very likely that the application will need some modules to be already installed on the website hosting server.

Over 3400 Perl Modules in Hosting

Any time you want to employ Perl-based applications on your websites - ready-made from a third-party site or custom ones, you will be able to take full advantage of our large module library. With more than 3400 modules set up on our in-house made cloud web hosting platform, you can run any kind of script, irrespective of the hosting package that you pick. After you sign in to the Hepsia Control Panel that is provided with all of the accounts, you can see the complete set of modules that we have as well as the path that you should add to your scripts so that they will access these modules. As we have quite a massive library, you can find both popular and very rarely used modules. We prefer to be on the safe side, so in case some third-party script that you'd like to use requires a module that isn't that popular, we will still have it here.