Perl is a widely used programming language and among its key pros is that it works with the so-called modules - short bits of program code which contain subroutines and perform a number of tasks. The useful side of employing modules is the fact that you don't need to write custom-made code or include the entire code for a specific action each and every time it has to be performed. Instead, you can include just one line in your Perl script which calls a given module, which consequently will execute the needed task. Not only will this give you shorter and optimized scripts, but it'll also allow you to make changes a lot quicker and easier. If you are not a programmer, yet you would like to begin using a Perl application which you've found online, for instance, it is likely that the application will require certain modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Shared Web Hosting

When you need to employ Perl-based apps on your websites - ready-made from a third-party site or custom-made ones, you'll be able to take advantage of our vast module library. With more than 3400 modules set up on our in-house built cloud website hosting platform, you will be able to run any kind of script, regardless of the shared web hosting package that you choose. After you log in to the Hepsia Control Panel that is included with all accounts, you'll be able to see the entire list of modules that we offer together with the path that you should include to your scripts so that they'll be able to access these modules. Since we have quite a massive library, you'll find both well-liked and seldom used modules. We prefer to be on the safe side, so in case some third-party script that you intend to employ requires a module which is not that popular, we will still have it here.