Perl is a popular programming language and among its main advantages is the fact that it supports the so-called modules - short bits of code that include subroutines and do multiple tasks. The convenient side of employing modules is the fact that you will not need to create custom program code or add the entire code for a given action each and every time it needs to be executed. Instead, you'll be able to add just one line in your Perl script that calls a specific module, that consequently will perform the needed action. Not only will this give you shorter and enhanced scripts, but it will also allow you to make changes faster and easier. If you aren't a programmer, but you'd like to start using a Perl app that you've found on the worldwide web, for example, it's likely that the application will need certain modules to be already set up on the web hosting server.

Over 3400 Perl Modules in Shared Hosting

When you wish to employ Perl-based applications on your sites - ready-made from a third-party website or custom ones, you will be able to benefit from our huge module library. With more than 3400 modules installed on our custom-made cloud website hosting platform, you can run any kind of script, regardless of the shared hosting plan that you choose. Once you sign in to the Hepsia Control Panel that is provided with all accounts, you'll be able to see the full set of modules which we offer as well as the path that you should add to your scripts so they will access these modules. Since we now have quite a large library, you will find both well-known and rarely used modules. We prefer to be on the safe side, so in case some third-party script that you'd like to employ requires a module that is not very popular, we'll still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we supply will allow you to work with any type of Perl-based web application that you wish, no matter if you've made it yourself or if you've downloaded it from some third-party website. In either case, it'll run properly whatever the modules it requires since we have a rich library that includes more than 3400 different modules. The full list can be found in the Hepsia web hosting Control Panel that is used to manage the semi-dedicated server accounts. Along with that list, you will also find the directory path to the modules, so as to know what you have to include in your scripts in order for them to connect to the 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 any kind of script will be able to run regardless of its requirements.