Perl is a well-known programming language and among its main advantages is the fact that it works with the so-called modules - short pieces of program code which contain subroutines and do different tasks. The convenient side of working with modules is that you don't need to write custom-made code or add the entire code for a given process every single time it has to be performed. Alternatively, you can add just a single line in your Perl script that calls a specific module, that consequently will execute the needed task. Not only will this provide you with shorter and optimized scripts, but it will also help you make modifications faster and easier. If you aren't a programmer, still you would like to begin using a Perl app that you've discovered on the worldwide web, for example, it is very likely that the app will need some modules to be already installed on the hosting server.

Over 3400 Perl Modules in Shared Hosting

In case you would like to employ Perl-based apps on your sites - ready-made from a third-party website or tailor-made ones, you will be able to take full advantage of our large module library. With more than 3400 modules installed on our in-house made cloud hosting platform, you will be able to run any script, irrespective of the shared hosting package that you choose. As soon as you sign in to the Hepsia Control Panel which comes with all accounts, you'll be able to see the whole set of modules which we offer as well as the path that you need to include to your scripts so that they can access these modules. Because we have quite a big library, you can find both well-liked and very rarely used modules. We prefer to be on the safe side, so in case a third-party script that you wish to employ needs a module that is not very popular, we will still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we provide will allow you to work with any kind of Perl-based web application that you'd like, regardless if you have created it yourself or if you've downloaded it from some third-party site. Either way, it will function properly whatever the modules it needs because we have a massive library which contains more than 3400 different modules. The complete list is accessible in the Hepsia hosting Control Panel which is used to manage the semi-dedicated server accounts. In addition to that list, you can also see the directory path to the modules, so as to know what you need to include in your scripts in order for them to link to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a large number of modules to make sure that any type of script can run regardless of its specifications.