Perl is a widespread programming language and among its major advantages is the fact that it works with the so-called modules - short bits of code that contain subroutines and perform various tasks. The convenient side of working with modules is that you will not need to write custom program code or add the entire code for a particular task every single time it needs to be executed. Alternatively, you are able to add only a single line in your Perl script that calls a certain module, that in turn will execute the necessary action. Not only will this provide you with shorter and enhanced scripts, but it will help you make adjustments faster and easier. In case you are not a programmer, yet you'd like to use a Perl application that you've discovered online, for example, it's likely that the application will require some modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Cloud Web Hosting

In case you'd like to employ Perl-based applications on your websites - ready-made from a third-party site or custom-made ones, you'll be able to reap the benefits of our large module library. With over 3400 modules installed on our custom cloud hosting platform, you can manage any kind of script, regardless of the cloud web hosting package that you select. Once you sign in to the Hepsia Control Panel that comes with all of the accounts, you will be able to see the whole set of modules which we have together with the path that you should include to your scripts so they'll be able to access these modules. Since we have quite a large library, you'll find both well-liked and seldom used modules. We prefer to be prepared, so if a third-party script that you need to use requires a module that is not very popular, we will still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Servers

Each semi-dedicated server that we provide will allow you to use any kind of Perl-based web application that you'd like, no matter if you've made it yourself or if you've downloaded it from a third-party site. In either case, it will run perfectly irrespective of the modules it needs because we have a rich library that consists of over 3400 different modules. A complete list can be found in the Hepsia hosting Control Panel that's used to take care of the semi-dedicated server accounts. Along with that list, you'll also find the directory path to the modules, in order to know what you have to include in your scripts in order for them to connect to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a large number of modules to ensure that any script will run in spite of its specifications.