Perl is a well-known programming language and among its major advantages is that it works with the so-called modules - short bits of code which include subroutines and execute multiple tasks. The handy side of using modules is the fact that you will not need to create custom-made program code or add the whole code for a specific process every time it has to be performed. Instead, you are able to include only a single line in your Perl script which calls a given module, that consequently will execute the necessary task. Not only will this lead to shorter and optimized scripts, but it'll also enable you to make modifications faster and easier. If you aren't a programmer, yet you would like to work with a Perl application that you've found on the Internet, for example, it is likely that the app will need certain modules to be already set up on your hosting server.

Over 3400 Perl Modules in Shared Hosting

In case you need to work with Perl-based apps on your sites - ready-made from a third-party website or custom-built ones, you'll be able to take full advantage of our vast module library. With more than 3400 modules set up on our custom-made cloud web hosting platform, you can run any type of script, whatever the shared hosting plan that you choose. After you log in to the Hepsia Control Panel which is provided with all of the accounts, you can see the full set of modules that we have as well as the path that you should include to your scripts so they will access these modules. As we have quite a massive library, you can find both well-known and rarely used modules. We prefer to be on the safe side, so if a third-party script that you'd like to work with requires a module that isn't very popular, we'll still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you can run virtually any script application created in this programming language without any problems regardless of the semi-dedicated server package that you pick. The abovementioned is valid for both pre-made apps which you discover online and for custom-built ones which you write. We provide such a large number of modules for a couple of reasons - first of all, to give you a selection in respect to what functions you will be able to add to your applications and sites and secondly, to ensure that in case you would like to use a ready script, it'll run properly whatever the modules it needs. For this reason, some of the modules inside our library are very popular while others are used rarely. You will see a list of all of the modules in your web hosting Control Panel in addition to the access path that your scripts need so as to use the modules.