Perl is a widely used programming language and one of its major pros is that it works with the so-called modules - short pieces of code which include subroutines and execute a variety of tasks. The practical side of employing modules is that you will not need to write custom-made code or include the whole code for a specific action each and every time it has to be executed. Instead, you are able to include only a single line in your Perl script that calls a specific module, which in turn will perform the necessary task. Not only will this result in shorter and optimized scripts, but it will enable you to make changes faster and much easier. If you are not a programmer, still you would like to begin using a Perl app which you've discovered on the Internet, for example, it's likely that the app will need certain modules to be already installed on the website hosting server.

Over 3400 Perl Modules in Shared Hosting

Every time you would like to work with Perl-based apps on your sites - ready-made from a third-party website or tailor-made ones, you can benefit from our huge module library. With over 3400 modules set up on our in-house made cloud website hosting platform, you will be able to run any type of script, irrespective of the shared hosting plan that you choose. When you log in to the Hepsia Control Panel which is included with all the accounts, you can see the complete set of modules which we have as well as the path that you have to add to your scripts so they can access these modules. As we have quite a big library, you can 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 would like to work with requires a module which isn't very popular, we will still have it here.