Perl is a widespread programming language and among its main pros is the fact that it supports the so-called modules - short pieces of program code which include subroutines and execute numerous tasks. The practical side of employing modules is the fact that you don't have to create custom code or include the whole code for a specific task every single time it should be executed. Instead, you'll be able to add only a single line in your Perl script which calls a particular module, which in turn will perform the needed task. Not only will this result in shorter and improved scripts, but it will also help you make adjustments a lot quicker and easier. In case you aren't a programmer, still you'd like to employ a Perl application which you've found on the worldwide web, for example, it's likely that the application will require certain modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Cloud Hosting

Every time you want to employ Perl-based apps on your websites - ready-made from a third-party site or custom ones, you'll be able to reap the benefits of our large module library. With more than 3400 modules installed on our in-house made cloud website hosting platform, you can run any script, whatever the cloud hosting plan that you select. Once you sign in to the Hepsia Control Panel which is provided with all the accounts, you will be able to see the full list of modules which we offer along with the path that you have to add to your scripts so that they'll be able to access these modules. Because we have quite a large library, you'll find both widespread and very rarely used modules. We prefer to be prepared, so in case a third-party script that you intend to work with requires a module that is not that popular, we'll still have it here.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we provide will allow you to employ any type 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 website. In either case, it'll run perfectly whatever the modules it requires since we have a rich library which includes over 3400 different modules. The full list is accessible in the Hepsia website hosting Control Panel that's used to control the semi-dedicated server accounts. Along with that list, you can also see the directory path to the modules, so as to know what you have to add in your scripts in order for them to connect to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that virtually any kind of script can run regardless of its specifications.