Perl is a widespread programming language and one of its major advantages is that it supports the so-called modules - short bits of program code that contain subroutines and execute various tasks. The useful side of using modules is the fact that you won't have to write custom code or add the whole code for a particular task every time it has to be performed. Instead, you will be able to include just one line in your Perl script which calls a certain module, which in turn will execute the necessary task. Not only will this result in shorter and improved scripts, but it'll also allow you to make modifications swifter and much easier. In case you aren't a programmer, but you'd like to use a Perl app which you've found on the Internet, for example, it's very likely that the app will need certain modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Hosting

Any time you want to employ Perl-based apps on your websites - ready-made from a third-party website or custom-built ones, you will be able to reap the benefits of our vast module library. With over 3400 modules set up on our custom cloud website hosting platform, you will be able to manage any script, whatever the hosting plan that you pick. As soon as you sign in to the Hepsia Control Panel which comes with all the accounts, you can see the entire set of modules which we offer together with the path that you need to add to your scripts so that they will access these modules. Because we now have quite a massive library, you can find both popular and very rarely used modules. We prefer to be on the safe side, so in case some third-party script that you need 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

Every single semi-dedicated server that we supply will allow you to use any 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. Either way, it will work perfectly regardless of the modules it needs as we have a rich library that includes over 3400 different modules. The complete list is accessible in the Hepsia web hosting Control Panel that's used to take care of the semi-dedicated server accounts. In addition to that list, you'll also find 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 the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a large number of modules to make sure that any type of script can run regardless of its requirements.