Perl is a well-known programming language and among its major pros is the fact that it works with the so-called modules - short pieces of program code that contain subroutines and execute various tasks. The useful side of employing modules is the fact that you will not have to write custom-made code or include the entire code for a certain action whenever it has to be executed. Instead, you can include just one line in your Perl script that calls a particular module, that in turn will perform the needed action. Not only will this provide you with shorter and optimized scripts, but it will help you make changes a lot quicker and much easier. In case you aren't a programmer, still you would like to use a Perl application that you've found on the worldwide web, for instance, it's very likely that the application will need specific modules to be already installed on the website hosting server.
Over 3400 Perl Modules in Cloud Website Hosting
Every time you would like to employ Perl-based apps on your websites - ready-made from a third-party site or custom ones, you can take advantage of our vast module library. With over 3400 modules installed on our custom-built cloud hosting platform, you will be able to execute any script, irrespective of the cloud website hosting plan that you choose. Once you sign in to the Hepsia Control Panel that comes with all of the accounts, you can see the whole list of modules which we offer together with the path that you should include to your scripts so they will access these modules. Because we have quite a large library, you'll find both well-known and rarely used modules. We prefer to be on the safe side, so in case a third-party script that you need to use needs a module which is not very popular, we'll still have it here.
Over 3400 Perl Modules in Semi-dedicated Hosting
Every single semi-dedicated server that we supply allows you to use any type of Perl-based web application that you wish, no matter if you have created it yourself or if you've downloaded it from a third-party site. Either way, it'll function perfectly regardless of the modules it requires since we have a large library which contains more than 3400 different modules. A full list can be found in the Hepsia hosting Control Panel that is 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, in order to know what you have to include in your scripts in order for them to link to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a large number of modules to ensure that any kind of script can run regardless of its specifications.