Perl is a popular programming language and one of its major pros is that it supports the so-called modules - short bits of program code that include subroutines and do different tasks. The practical side of employing modules is that you do not have to write custom-made program code or include the whole code for a particular action every time it has to be performed. Alternatively, you'll be able to add just a single line in your Perl script that calls a specific module, which in turn will execute the necessary task. Not only will this provide you with shorter and more optimized scripts, but it will also enable you to make adjustments a lot quicker and easier. In case you aren't a programmer, still you'd like to use a Perl app which you've discovered online, for instance, it is very likely that the application will need some modules to be already set up on your web hosting server.

Over 3400 Perl Modules in Hosting

If you need to employ Perl-based applications on your websites - ready-made from a third-party website or custom ones, you'll be able to benefit from our large module library. With more than 3400 modules installed on our in-house made cloud web hosting platform, you can execute any script, whatever the hosting plan that you pick. After you log in to the Hepsia Control Panel which is included with all of the accounts, you'll be able to see the complete set of modules which we have along with the path that you should include to your scripts so they can access these modules. As we now have quite a large library, you will find both widespread and rarely used modules. We prefer to be on the safe side, so in case some third-party script that you intend to employ requires a module which is not that popular, we'll 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 work with any type of Perl-based web application that you'd like, no matter if you've made it yourself or if you have downloaded it from a third-party website. In either case, it'll function flawlessly whatever the modules it needs because we have a massive library which consists of more than 3400 different modules. A full list is available in the Hepsia hosting Control Panel that's used to manage the semi-dedicated server accounts. Along with that list, you'll also find the directory path to the modules, so as to know what you should include in your scripts in order for them to link to these modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to make sure that virtually any kind of script can run in spite of its requirements.