Perl is a well-known programming language and among its major pros is that it supports the so-called modules - short pieces of code which include subroutines and do numerous tasks. The convenient side of using modules is the fact that you don't need to create custom-made program code or add the whole code for some process every time it has to be executed. Alternatively, you can include just a single line in your Perl script which calls a particular module, which in turn will execute the necessary action. Not only will this result in shorter and optimized scripts, but it will allow you to make changes quicker and easier. In case you are not a programmer, yet you would like to employ a Perl app which you've found on the Internet, for example, it is likely that the application will need some modules to be already set up on your hosting server.

Over 3400 Perl Modules in Shared Web Hosting

When you need to work with Perl-based apps on your websites - ready-made from a third-party site or tailor-made ones, you can take full advantage of our vast module library. With over 3400 modules installed on our in-house built cloud hosting platform, you can execute any kind of script, irrespective of the shared web hosting package that you select. Once you log in to the Hepsia Control Panel which is included with all of the accounts, you will be able to see the full set of modules which we have together with the path that you have to add to your scripts so that they can access these modules. Since we have quite a big library, you will find both popular and seldom used modules. We prefer to be prepared, so if some third-party script that you intend to employ requires a module that isn't very popular, we will still have it on our end.