Perl is a widespread programming language and one of its key advantages is the fact that it supports the so-called modules - short pieces of code that include subroutines and do a number of tasks. The practical side of employing modules is the fact that you don't need to write custom code or add the whole code for a given action each and every time it needs to be performed. Instead, you are able to include only one line in your Perl script that calls a certain module, that in turn will perform the needed task. Not only will this provide you with shorter and improved 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 employ a Perl app which you've discovered online, for example, it is very likely that the application will require certain modules to be already set up on the web hosting server.

Over 3400 Perl Modules in Shared Hosting

Every time you'd like to work with Perl-based applications on your websites - ready-made from a third-party website or custom-built ones, you're able to benefit from our huge module library. With over 3400 modules installed on our in-house built cloud hosting platform, you can run any kind of script, irrespective of the shared hosting package that you select. When you log in to the Hepsia Control Panel that comes with all the accounts, you can see the whole set of modules which we have together with the path that you should include to your scripts so that they will access these modules. As we now have quite a large library, you will find both well-liked and very rarely used modules. We prefer to be prepared, so if a third-party script that you wish to use needs a module which isn't very popular, we'll still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

Each semi-dedicated server that we provide will allow you to work with any kind of Perl-based web application that you wish, no matter if you have created it yourself or if you've downloaded it from some third-party site. In either case, it'll run properly regardless of the modules it may require since we have a large library that contains more than 3400 different modules. A full list is accessible in the Hepsia web hosting Control Panel which is used to control the semi-dedicated server accounts. Along with the list, you will also find 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 these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to ensure that any type of script will run in spite of its requirements.